diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 23:11:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 23:11:13 +0000 |
commit | a482d320778e2d1316fa923c3051b1ac71f9ddba (patch) | |
tree | 4f16418390fecfee4ea30143fb3f6f187458b82d /x11/qt3 | |
parent | 69ca73274958214e4458df83e1c26ad13464324c (diff) | |
download | pkgsrc-a482d320778e2d1316fa923c3051b1ac71f9ddba.tar.gz |
Use META_PACKAGE
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 2a2ebb9ed29..6925f4f2144 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/06/20 01:09:45 joerg Exp $ +# $NetBSD: Makefile,v 1.37 2009/04/08 23:19:13 joerg Exp $ DISTNAME= qt3-${QTVERSION} CATEGORIES= x11 @@ -7,7 +7,7 @@ DISTFILES= # empty COMMENT= "meta-package" for the QT GUI C++ toolkit -PKG_DESTDIR_SUPPORT= user-destdir +META_PACKAGE= # empty .include "./Makefile.common" @@ -15,12 +15,4 @@ DEPENDS+= qt3-libs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-libs DEPENDS+= qt3-tools-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}{,nb[0-9]*}:../../x11/qt3-docs -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -do-install: # empty - .include "../../mk/bsd.pkg.mk" |