summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-04-12 23:09:37 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-04-12 23:09:37 +0000
commita7104856120296dafe8c58eb6032e70b70910213 (patch)
tree4dfdc33564fe2aaa0697d018be3b88b049115577 /net
parentf7adb7d36b594ead73464f643784624683e61f5b (diff)
downloadpkgsrc-a7104856120296dafe8c58eb6032e70b70910213.tar.gz
update path for qt1
Diffstat (limited to 'net')
-rw-r--r--net/kmap/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/kmap/Makefile b/net/kmap/Makefile
index f2c01d05d6d..643c91962eb 100644
--- a/net/kmap/Makefile
+++ b/net/kmap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/11/05 02:56:37 hubertf Exp $
+# $NetBSD: Makefile,v 1.2 2000/04/12 23:09:37 dmcmahill Exp $
#
DISTNAME= kmap-0.5.6
@@ -13,8 +13,8 @@ DEPENDS+= nmap-2.12:../../net/nmap
USE_X11BASE= yes # To get this near KDE
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt \
- --with-qt-libraries=${X11BASE}/lib
+CONFIGURE_ENV+= QTDIR=${X11BASE}/qt1
+CONFIGURE_ARGS+=--with-qt-dir=${X11BASE}/qt1
post-patch:
cd ${WRKSRC}/kmap ; \