diff options
author | tron <tron@pkgsrc.org> | 1999-04-23 22:51:41 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-23 22:51:41 +0000 |
commit | c7787ee8367166f49387c834e54f0bf34589a969 (patch) | |
tree | 4f1e7206fca387075cab7f70f2478635960319db /x11 | |
parent | 14f5d5233daf2295a1845f166a8f733516ef2fc5 (diff) | |
download | pkgsrc-c7787ee8367166f49387c834e54f0bf34589a969.tar.gz |
"PREFIX=${PREFIX}" is part of "CONFIGURE_ENV" by default.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tix/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/tix/Makefile b/x11/tix/Makefile index 19614632a13..d101a934e6a 100644 --- a/x11/tix/Makefile +++ b/x11/tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/01 13:38:46 agc Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/23 22:51:41 tron Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp DISTNAME= Tix4.1.0.006 @@ -15,8 +15,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --enable-sam \ --with-tcl="${PREFIX}/include/tcl8.0" \ --with-tk="${PREFIX}/include/tk8.0" -# this should probably be added to bsd.port.mk -CONFIGURE_ENV+= PREFIX=${PREFIX} pre-configure: @(cd ${WRKSRC}/.. && \ |