diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-01-24 10:43:07 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-01-24 10:43:07 +0000 |
commit | 685e25c49f047b418e775b6f63a52c0b3948ba26 (patch) | |
tree | 96ab0b090d8798bccd509c44d7d0a149610a8769 | |
parent | 2683beb64882e892c14a1e569a32bb830eccac8b (diff) | |
download | freebsd-ports-685e25c49f047b418e775b6f63a52c0b3948ba26.zip |
Fix Tk include file path (tk -> tk4.1).
-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 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} |