summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
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/qt33
parentFix distinfo to include DIST_SUBDIR. (I forgot to do that! D'oh!) (diff)
Fix "yes" infinite loop.
Submitted by: Rolf Edwards <redwards@meccamediagroup.com>
Notes
Notes: svn path=/head/; revision=39082
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 5ed79a81e26f..c161cfea931a 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/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