diff options
author | minskim <minskim@pkgsrc.org> | 2006-03-13 21:53:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-03-13 21:53:47 +0000 |
commit | 1c885c8b8123cf807424dfb77314afdc80b7d99b (patch) | |
tree | 31434da62f11555eae21b76eb2e32f344d19f1d8 /x11/qt3-tools | |
parent | 70b768ef9dba7d0acb9c5a4cab0f865fe34d4228 (diff) | |
download | pkgsrc-1c885c8b8123cf807424dfb77314afdc80b7d99b.tar.gz |
Fix path generation so that security/qca{,-tls} don't have to patch Makefile
or override do-install. Bump qt3-tools PKGREVISION.
Diffstat (limited to 'x11/qt3-tools')
-rw-r--r-- | x11/qt3-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 47da9e806e2..b4e2c108b0a 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/03/12 06:49:21 minskim Exp $ +# $NetBSD: Makefile,v 1.44 2006/03/13 21:53:47 minskim Exp $ .include "../../mk/bsd.prefs.mk" # XXX: hack - work round an ICE with GCC 3.3 on sparc @@ -9,7 +9,7 @@ GCC_REQD+= 3.4 .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-tools-${QTVERSION} -PKGREVISION= 5 +PKGREVISION= 6 COMMENT= QT GUI (WYSIWYG) builder and other tools DEPENDS+= libtool-base-[0-9]*:../../devel/libtool-base |