summaryrefslogtreecommitdiff
path: root/cad/vipec/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-04-01 05:40:52 +0000
committerdmcmahill <dmcmahill>2000-04-01 05:40:52 +0000
commit4d760a6a49aad11b7f6baadfbdc79bf3ffe79b7b (patch)
tree2a0b142ebaaa94d45c5632cf950ab9120c4ab41a /cad/vipec/Makefile
parente3cb135ac596a1caab2795b3602c2e376abcd48f (diff)
downloadpkgsrc-4d760a6a49aad11b7f6baadfbdc79bf3ffe79b7b.tar.gz
add missing configure argument for Qt location.
Diffstat (limited to 'cad/vipec/Makefile')
-rw-r--r--cad/vipec/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
index 148e010675b..278bc0e3e8b 100644
--- a/cad/vipec/Makefile
+++ b/cad/vipec/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2000/03/28 21:48:41 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.6 2000/04/01 05:40:52 dmcmahill Exp $
#
DISTNAME= vipec-2.0.1
@@ -14,7 +14,8 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_X11= yes
-CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2"
+CONFIGURE_ENV+= "QTDIR=${X11BASE}/qt2"
+CONFIGURE_ARGS+= "--with-qt-dir=${X11BASE}/qt2"
post-extract:
${MV} -f ${WRKSRC}/bin/start_vipec_help ${WRKSRC}/bin/start_vipec_help.in