diff options
author | minskim <minskim> | 2006-03-13 21:53:47 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-03-13 21:53:47 +0000 |
commit | afeb17e0d1ebf590f7cd3b1c471e70beb3543278 (patch) | |
tree | 31434da62f11555eae21b76eb2e32f344d19f1d8 /x11/qt3-tools | |
parent | 4e7e878beef9b6e63d52b605d209ed3b59832e80 (diff) | |
download | pkgsrc-afeb17e0d1ebf590f7cd3b1c471e70beb3543278.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 |