summaryrefslogtreecommitdiff
path: root/cad/vipec
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2006-05-26 18:09:57 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2006-05-26 18:09:57 +0000
commit38c06ee90a350539bae9ef961b4e364d97f0e0d0 (patch)
treeeef894f66856ee9bfcc775c5758b7cacfaaf1104 /cad/vipec
parent2ad7897a73f9ea85aeb44fec545d7b8cd200e5e8 (diff)
downloadpkgsrc-38c06ee90a350539bae9ef961b4e364d97f0e0d0.tar.gz
remove runtime dependency on qt3-tools, it is only needed for building
Diffstat (limited to 'cad/vipec')
-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"