diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-02-25 08:10:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-02-25 08:10:20 +0000 |
commit | 7716f9ad909ba89b1bce2da5d16ba15dedb8c5f9 (patch) | |
tree | 0552476718e303fa672a7cd6ac0cc93882b12622 /x11-toolkits/tix | |
parent | Move EXTRACT_ONLY down to "misc. variables" section. Put quotes around (diff) |
Fix configure args so this thing actually compiles. ;)
Notes
Notes:
svn path=/head/; revision=5740
Diffstat (limited to 'x11-toolkits/tix')
-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 98add4746188..284bf79b6ab9 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 |