aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt23
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>2002-01-02 03:35:41 +0800
committersada <sada@FreeBSD.org>2002-01-02 03:35:41 +0800
commite03909c9c6cdd395b6dfd3d5b28f0e0926ad726e (patch)
treea514c47bf19c1efcb90a8a355f647082f2d92fa3 /x11-toolkits/qt23
parent9cc601ca4306deca322a0fa2617c3abbd9d1174c (diff)
downloadfreebsd-ports-gnome-e03909c9c6cdd395b6dfd3d5b28f0e0926ad726e.tar.gz
freebsd-ports-gnome-e03909c9c6cdd395b6dfd3d5b28f0e0926ad726e.tar.zst
freebsd-ports-gnome-e03909c9c6cdd395b6dfd3d5b28f0e0926ad726e.zip
Enable to build this ports when you set MAKE_ENV on your shell environment.
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r--x11-toolkits/qt23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile
index 1689a8f6cf4e..800a6302c3ac 100644
--- a/x11-toolkits/qt23/Makefile
+++ b/x11-toolkits/qt23/Makefile
@@ -41,7 +41,7 @@ CONFIGURE_ENV= ${ECHO} yes | QTDIR=${WRKSRC}
.if defined(MAKE_JOBS)
MAKE_ARGS+= MAKE="${GMAKE} -j${MAKE_JOBS}"
.endif
-MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib
+MAKE_ENV+= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib
CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC}