diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-04 07:21:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-04 07:21:59 +0800 |
commit | be639d90c20e313eb33751009633b24c844fe6c3 (patch) | |
tree | 08443052f53fd4cd2ca85791ff8b9a37f1bae2b1 /graphics/tulip | |
parent | e1b3c2a4f0423a58a774fc6b69f0c7eb688365e1 (diff) | |
download | freebsd-ports-gnome-be639d90c20e313eb33751009633b24c844fe6c3.tar.gz freebsd-ports-gnome-be639d90c20e313eb33751009633b24c844fe6c3.tar.zst freebsd-ports-gnome-be639d90c20e313eb33751009633b24c844fe6c3.zip |
- Respect X11BASE
PR: ports/106158
Submitted by: trasz
Diffstat (limited to 'graphics/tulip')
-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 |