aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt23
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-05 12:00:08 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-05 12:00:08 +0000
commit39bea9b2979a4174445f4889a02be2e713942f90 (patch)
treeeee40aac5c204ef8437680d5a8028b837a4b006b /x11-toolkits/qt23
parentcb4d1551930b5fa47c019b4e513b0deea1f78fe5 (diff)
downloadports-39bea9b2979a4174445f4889a02be2e713942f90.tar.gz
ports-39bea9b2979a4174445f4889a02be2e713942f90.zip
Notes
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r--x11-toolkits/qt23/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile
index 5ed79a81e26f..c161cfea931a 100644
--- a/x11-toolkits/qt23/Makefile
+++ b/x11-toolkits/qt23/Makefile
@@ -17,7 +17,6 @@ LIB_DEPENDS= mng.0:${PORTSDIR}/graphics/libmng \
png.4:${PORTSDIR}/graphics/png \
jpeg.9:${PORTSDIR}/graphics/jpeg
-YES?= /usr/bin/yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_MESA= yes
USE_GMAKE= yes
@@ -27,7 +26,7 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \
-system-libmng -thread \
-I${LOCALBASE}/include -L${LOCALBASE}/lib
-CONFIGURE_ENV= ${YES} yes | QTDIR=${WRKSRC}
+CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC}
.if defined(MAKE_JOBS)
MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}"
.endif