aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/djview4
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-06-10 15:09:35 +0800
committerstas <stas@FreeBSD.org>2009-06-10 15:09:35 +0800
commit501726859b7de497fdc8f3ebb5643301200d090c (patch)
tree8cf6d701e07fc9f187123779400775a5238f64a9 /graphics/djview4
parent57417ec49ef0ddb387307eea67934d7c7f8c8787 (diff)
downloadfreebsd-ports-gnome-501726859b7de497fdc8f3ebb5643301200d090c.tar.gz
freebsd-ports-gnome-501726859b7de497fdc8f3ebb5643301200d090c.tar.zst
freebsd-ports-gnome-501726859b7de497fdc8f3ebb5643301200d090c.zip
- Fix build with non-standard LOCALBASE.
Diffstat (limited to 'graphics/djview4')
-rw-r--r--graphics/djview4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile
index ecff8812beca..ff55c87bd54e 100644
--- a/graphics/djview4/Makefile
+++ b/graphics/djview4/Makefile
@@ -22,6 +22,8 @@ USE_GNOME= pkgconfig gnometarget
USE_QT_VER= 4
QT_COMPONENTS= gui network rcc_build uic_build moc_build qmake_build
QT_NONSTANDARD= yes
+CONFIGURE_ARGS= --x-includes="${X11BASE}/include" \
+ --x-libraries="${X11BASE}/lib"
CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \
QMAKESPEC="${QMAKESPEC}" \
CFLAGS="-I${LOCALBASE}/include" \