summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-09 20:45:44 +0000
committerwiz <wiz@pkgsrc.org>2006-01-09 20:45:44 +0000
commit44d5c12556a4d58cf13378c5ceebc140fa061a49 (patch)
tree3c482210894a30ebcf2d835c1dddd3abdcd3b5b8
parentb00f30684c0e2d7e6b29203e9986f2fed4a7b6d0 (diff)
downloadpkgsrc-44d5c12556a4d58cf13378c5ceebc140fa061a49.tar.gz
Does not need qt3-tools at runtime.
Change to build dependency and bump PKGREVISION.
-rw-r--r--security/MyPasswordSafe/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile
index 68e69f0f6fc..def63fb7833 100644
--- a/security/MyPasswordSafe/Makefile
+++ b/security/MyPasswordSafe/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2006/01/05 10:08:59 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2006/01/09 20:45:44 wiz Exp $
#
DISTNAME= MyPasswordSafe-20050615.src
PKGNAME= MyPasswordSafe-20050615
+PKGREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.semanticgap.com/myps/release/
EXTRACT_SUFX= .tgz
@@ -17,8 +18,4 @@ MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake
.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"