summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt23
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2002-01-01 19:35:41 +0000
committerSADA Kenji <sada@FreeBSD.org>2002-01-01 19:35:41 +0000
commit1b110d75a4f6d4995f71ed6ee6f8688b345ba22e (patch)
tree596be0b3a38d0fd6a5612650bcc14284963c7cfa /x11-toolkits/qt23
parent- Update to 6.2.9; (diff)
Enable to build this ports when you set MAKE_ENV on your shell environment.
Notes
Notes: svn path=/head/; revision=52471
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}