diff options
author | asami <asami@FreeBSD.org> | 1997-02-25 08:10:20 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-25 08:10:20 +0000 |
commit | 2a5cc53352d9b8f9c5c42873649d1f54b1507912 (patch) | |
tree | d43018413917a21ecc66617ba966b874bafaa8da /x11-toolkits | |
parent | 6fc50d2f60ea34fcae167c4ac4a737430fe370ae (diff) | |
download | FreeBSD-ports-2a5cc53352d9b8f9c5c42873649d1f54b1507912.zip FreeBSD-ports-2a5cc53352d9b8f9c5c42873649d1f54b1507912.tar.gz |
Fix configure args so this thing actually compiles. ;)
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 98add47..284bf79b 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.4 1997/01/24 10:43:07 asami Exp $ +# $Id: Makefile,v 1.5 1997/02/21 14:54:53 tg Exp $ # DISTNAME= Tix4.1.0 @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/unix/tk4.1 GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared \ --with-tcl=/usr/include/tcl \ - --with-tk="${PREFIX}/include/tk" + --with-tk="${PREFIX}/include/tk4.1" # this should probably be added to bsd.port.mk CONFIGURE_ENV= PREFIX=${PREFIX} MAN1= tixwish.1 |