aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2006-12-09 11:21:40 +0800
committerrafan <rafan@FreeBSD.org>2006-12-09 11:21:40 +0800
commitd30ddbdecc54a635bed67697180e79fd388ecb45 (patch)
treea19b7145644e2d156079524612904189dfac22d9 /devel
parent7b592c4d502094cf6d1ccab4e011d1058be1f35d (diff)
downloadfreebsd-ports-gnome-d30ddbdecc54a635bed67697180e79fd388ecb45.tar.gz
freebsd-ports-gnome-d30ddbdecc54a635bed67697180e79fd388ecb45.tar.zst
freebsd-ports-gnome-d30ddbdecc54a635bed67697180e79fd388ecb45.zip
- Respect X11BASE for Qt
Reported by: pointyhat Approved by: portmgr (linimon)
Diffstat (limited to 'devel')
-rw-r--r--devel/libchipcard-kde/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libchipcard-kde/Makefile b/devel/libchipcard-kde/Makefile
index 4a805b0a18e8..0a8479c8f301 100644
--- a/devel/libchipcard-kde/Makefile
+++ b/devel/libchipcard-kde/Makefile
@@ -23,6 +23,7 @@ CONFIGURE_TARGET=
CONFIGURE_ARGS+= --with-distri=freebsd --with-kde3-prefix=${LOCALBASE}\
--with-applnk-dir=${PREFIX}/share/applnk/Utilities \
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= QTDIR="${X11BASE}"
USE_KDELIBS_VER= 3
.include <bsd.port.pre.mk>