diff options
author | will <will@FreeBSD.org> | 2001-03-05 20:00:08 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-05 20:00:08 +0800 |
commit | de0cc33bd090b96f82dcd16d42e7f457ab764ce9 (patch) | |
tree | 77b3ec9b29fa6a2e85d39220932c34526fed1c78 /x11-toolkits/qt33 | |
parent | 2f6d854ad2a80f2913b59f44d073d8fff58c0011 (diff) | |
download | freebsd-ports-gnome-de0cc33bd090b96f82dcd16d42e7f457ab764ce9.tar.gz freebsd-ports-gnome-de0cc33bd090b96f82dcd16d42e7f457ab764ce9.tar.zst freebsd-ports-gnome-de0cc33bd090b96f82dcd16d42e7f457ab764ce9.zip |
Fix "yes" infinite loop.
Submitted by: Rolf Edwards <redwards@meccamediagroup.com>
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 3 |
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 |