diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-12-03 23:21:59 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-12-03 23:21:59 +0000 |
commit | 5bb58d3e354a728e1132102bf705ae311f4d6cf6 (patch) | |
tree | bb48d0ad0b5ff91c10a8eca3650e3c2439e78834 | |
parent | Scale2x is real-time graphics effect able to increase the size of small (diff) |
- Respect X11BASE
PR: ports/106158
Submitted by: trasz
Notes
Notes:
svn path=/head/; revision=178770
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 9323a0a3ea9a..666ded55f684 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -25,7 +25,7 @@ USE_GETOPT_LONG= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= MOC="${MOC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ENV= MOC="${MOC}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" GLDIR="${X11BASE}" CONFIGURE_ARGS= --with-qt-includes=${QT_PREFIX}/include \ --with-qt-libraries=${QT_PREFIX}/lib \ --with-extra-libs=${LOCALBASE}/lib |