aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-11-22 00:55:54 +0800
committermakc <makc@FreeBSD.org>2013-11-22 00:55:54 +0800
commit38d697fecc3a04b9ca1505b478d5e014f9b408b7 (patch)
treed3bc482daafbf3ff99c41a31569f5df0b14b7d79 /graphics
parentca79beed89bf11c2b08ac0d284dfb34c7b90afc8 (diff)
downloadfreebsd-ports-gnome-38d697fecc3a04b9ca1505b478d5e014f9b408b7.tar.gz
freebsd-ports-gnome-38d697fecc3a04b9ca1505b478d5e014f9b408b7.tar.zst
freebsd-ports-gnome-38d697fecc3a04b9ca1505b478d5e014f9b408b7.zip
- Get rid of deprecated QMAKEFLAGS
- Use globally provided QMAKE, etc.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/djview4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/djview4/Makefile b/graphics/djview4/Makefile
index 57b4a5003543..d9455fc0fc3a 100644
--- a/graphics/djview4/Makefile
+++ b/graphics/djview4/Makefile
@@ -21,7 +21,7 @@ USE_XORG= sm ice xt
QT_NONSTANDARD= yes
CONFIGURE_ARGS= --x-includes="${LOCALBASE}/include" \
--x-libraries="${LOCALBASE}/lib"
-CONFIGURE_ENV= QMAKE="${LOCALBASE}/bin/qmake-qt4" \
+CONFIGURE_ENV= QMAKE="${QMAKE}" \
QMAKESPEC="${QMAKESPEC}"
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include