summaryrefslogtreecommitdiff
path: root/misc/kdeutils
diff options
context:
space:
mode:
authortv <tv>1998-07-20 15:08:28 +0000
committertv <tv>1998-07-20 15:08:28 +0000
commit2767ea57ce1c115d9095d2da604cc216d9ed9b91 (patch)
tree8db23e70c87f5646957b0d41d7f737f02a8f7d3a /misc/kdeutils
parent3c1ddcf9271c54b6a1ba95d329cf9ecf43ce853c (diff)
downloadpkgsrc-2767ea57ce1c115d9095d2da604cc216d9ed9b91.tar.gz
HAS_CONFIGURE -> GNU_CONFIGURE.
Diffstat (limited to 'misc/kdeutils')
-rw-r--r--misc/kdeutils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile
index 1234a87a3cb..7081856a86c 100644
--- a/misc/kdeutils/Makefile
+++ b/misc/kdeutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 1998/07/19 21:09:22 tv Exp $
+# $NetBSD: Makefile,v 1.18 1998/07/20 15:08:29 tv Exp $
# FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp
#
@@ -18,8 +18,8 @@ DEPENDS+= kdebase-1.0:../../x11/kdebase
CONFLICTS= kdeutils-2.1b kdeutils-3.1b kdeutils-4.1b
USE_X11= yes
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= "--x-inc=${PREFX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE}/include/giflib" \
"--x-lib=${PREFIX}/lib -L${LOCALBASE}/lib" \
"--with-qt-dir=${PREFIX}" \
"--with-qt-includes=${PREFIX}/include/qt"