Skip to content

Commit

Permalink
fix tcl/tk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
marcespie committed Dec 18, 2004
1 parent be36660 commit de76450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mbone/sdr/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.20 2002/12/23 00:37:51 pvalchev Exp $
# $OpenBSD: Makefile,v 1.21 2004/12/18 13:59:41 espie Exp $

COMMENT= "MBone Session Directory"

Expand All @@ -13,8 +13,8 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes

LIB_DEPENDS= tcl80.1.5::lang/tcl/8.0 \
tk80.1.5::x11/tk/8.0
LIB_DEPENDS= tcl80.1.5:tcl-8.0.*:lang/tcl/8.0 \
tk80.1.5:tk-8.0.*:x11/tk/8.0

USE_X11= Yes
USE_GMAKE= Yes
Expand Down

0 comments on commit de76450

Please sign in to comment.