summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2006-05-26 18:09:57 +0000
committerdmcmahill <dmcmahill>2006-05-26 18:09:57 +0000
commita63510b1a8ef182a4c5ce1b1773f840d07aecf18 (patch)
treeeef894f66856ee9bfcc775c5758b7cacfaaf1104 /cad
parent02790c6ab0518877f29dac66ebd05e28ace8ba01 (diff)
downloadpkgsrc-a63510b1a8ef182a4c5ce1b1773f840d07aecf18.tar.gz
remove runtime dependency on qt3-tools, it is only needed for building
Diffstat (limited to 'cad')
-rw-r--r--cad/vipec/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/vipec/Makefile b/cad/vipec/Makefile
index 5b823aedeba..616962e1704 100644
--- a/cad/vipec/Makefile
+++ b/cad/vipec/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2006/05/26 09:20:02 joerg Exp $
+# $NetBSD: Makefile,v 1.48 2006/05/26 18:09:57 dmcmahill Exp $
#
DISTNAME= ViPEC-3.2.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=vipec/}
@@ -26,8 +26,4 @@ post-install:
.include "../../x11/qt3-libs/buildlink3.mk"
.include "../../x11/qt3-tools/buildlink3.mk"
-# XXX Please verify whether qt3-tools is really needed at run-time.
-# If it is, then remove this comment. If it is not, then remove
-# this comment and the line below, and bump PKGREVISION.
-BUILDLINK_DEPMETHOD.qt3-tools= full
.include "../../mk/bsd.pkg.mk"