diff options
author | wiz <wiz@pkgsrc.org> | 2003-05-02 12:16:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-05-02 12:16:57 +0000 |
commit | 7197367f9e0e2c4c979f574a4f514bf6387d4073 (patch) | |
tree | ee5cdffe81dc7c8090a36d3c8d469875d8655aac /x11/qt3-libs | |
parent | 4d3b6c8a8dd49a11d2c99bc265c6d1991e8601fa (diff) | |
download | pkgsrc-7197367f9e0e2c4c979f574a4f514bf6387d4073.tar.gz |
Move PKGREVISION from Makefile.common to Makefile.
Diffstat (limited to 'x11/qt3-libs')
-rw-r--r-- | x11/qt3-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 7084ceb08d8..e0b64f699b4 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/03/18 08:36:24 skrll Exp $ +# $NetBSD: Makefile,v 1.17 2003/05/02 12:16:57 wiz Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -6,6 +6,7 @@ LIBQT= ${WRKSRC}/lib/libqt-mt.la .include "../qt3-libs/Makefile.common" PKGNAME= qt3-libs-${QTVERSION} +PKGREVISION= 1 COMMENT= C++ X GUI toolkit USE_BUILDLINK2= yes diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 7921b78c4f6..599ceeb2703 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.15 2003/05/02 11:57:30 wiz Exp $ +# $NetBSD: Makefile.common,v 1.16 2003/05/02 12:16:57 wiz Exp $ # DISTNAME= qt-x11-free-${QTVERSION} -PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= ftp://ftp.trolltech.com/qt/source/ \ ftp://ftp.bero.org/pub/qt/source/ |