summaryrefslogtreecommitdiff
path: root/security/libfwbuilder/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2006-03-03 01:29:40 +0000
committerminskim <minskim>2006-03-03 01:29:40 +0000
commit82b99a461389f0a718a846565152fe25cfff72d3 (patch)
tree89bcf87f5becf7181b02571151f78f3c4ab5aa98 /security/libfwbuilder/Makefile
parent3114e48ea4f4b9db05fad7fa29f40b3990eab770 (diff)
downloadpkgsrc-82b99a461389f0a718a846565152fe25cfff72d3.tar.gz
Bump PKGREVISION becuase PLIST was changed due to the recent qt3-tools
update. While here, remove the runtime dependency on qt3-tools since it is needed at build time only.
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r--security/libfwbuilder/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index 9e7f18af299..0ffcdfcee08 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2006/03/02 08:40:20 minskim Exp $
+# $NetBSD: Makefile,v 1.17 2006/03/03 01:29:40 minskim Exp $
DISTNAME= libfwbuilder-2.0.10
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
@@ -25,9 +25,4 @@ post-install:
.include "../../textproc/libxslt/buildlink3.mk"
.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"