summaryrefslogtreecommitdiff
path: root/x11/tix
diff options
context:
space:
mode:
authortron <tron>1999-04-23 22:51:41 +0000
committertron <tron>1999-04-23 22:51:41 +0000
commit7ad011634809639deee33dc2e7916edefa2bbd62 (patch)
tree4f1e7206fca387075cab7f70f2478635960319db /x11/tix
parent144a327fd4ce75c5421316557a5846a1333bd161 (diff)
downloadpkgsrc-7ad011634809639deee33dc2e7916edefa2bbd62.tar.gz
"PREFIX=${PREFIX}" is part of "CONFIGURE_ENV" by default.
Diffstat (limited to 'x11/tix')
-rw-r--r--x11/tix/Makefile4
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}/.. && \