diff options
author | asami <asami@FreeBSD.org> | 1997-01-24 10:43:07 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-01-24 10:43:07 +0000 |
commit | 6def3069ddc955f736618a01599a11be9d0667d8 (patch) | |
tree | 6e61fa56ba09cf3584f1cd48d578b94d3470e277 /x11-toolkits | |
parent | 3e24a538141e104b6f30c77fea0b5c87765ed298 (diff) | |
download | FreeBSD-ports-6def3069ddc955f736618a01599a11be9d0667d8.zip FreeBSD-ports-6def3069ddc955f736618a01599a11be9d0667d8.tar.gz |
Fix Tk include file path (tk -> tk4.1).
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/tix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tix/Makefile b/x11-toolkits/tix/Makefile index 6058f7a..4beeee0 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} |