summaryrefslogtreecommitdiff
path: root/x11-toolkits/tix
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-24 10:43:07 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-24 10:43:07 +0000
commit685e25c49f047b418e775b6f63a52c0b3948ba26 (patch)
tree96ab0b090d8798bccd509c44d7d0a149610a8769 /x11-toolkits/tix
parentMark this port BROKEN. (diff)
Fix Tk include file path (tk -> tk4.1).
Notes
Notes: svn path=/head/; revision=5423
Diffstat (limited to 'x11-toolkits/tix')
-rw-r--r--x11-toolkits/tix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile
index 6058f7a72a72..4beeee018f5f 100644
--- a/x11-toolkits/tix/Makefile
+++ b/x11-toolkits/tix/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 December 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
-# $Id: Makefile,v 1.2 1997/01/02 07:12:33 tg Exp $
+# $Id: Makefile,v 1.3 1997/01/07 08:17:11 tg Exp $
#
DISTNAME= Tix4.1b2
@@ -18,7 +18,7 @@ LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-tk40 --enable-tk41 --enable-tk41-shared \
--with-tcl75_src_dir=/usr/include/tcl \
- --with-tk41_src_dir="${PREFIX}/include/tk" \
+ --with-tk41_src_dir="${PREFIX}/include/tk4.1" \
--with-extra_ldflags="-L${PREFIX}/lib"
# this should probably be added to bsd.port.mk
CONFIGURE_ENV= PREFIX=${PREFIX}