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 | |
parent | 69ca73274958214e4458df83e1c26ad13464324c (diff) | |
download | pkgsrc-a482d320778e2d1316fa923c3051b1ac71f9ddba.tar.gz |
Use META_PACKAGE
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3/Makefile | 12 | ||||
-rw-r--r-- | x11/xview/Makefile | 12 |
2 files changed, 5 insertions, 19 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" diff --git a/x11/xview/Makefile b/x11/xview/Makefile index dfdfb6f8a33..e663ccab8cb 100644 --- a/x11/xview/Makefile +++ b/x11/xview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/08/30 20:07:30 dholland Exp $ +# $NetBSD: Makefile,v 1.24 2009/04/08 23:16:55 joerg Exp $ # DISTNAME= xview3.2p1-X11R6 @@ -11,6 +11,8 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= OpenLook Toolkit meta-package +META_PACKAGE= # empty + DEPENDS+= xview-config>=3.2.1:../../x11/xview-config DEPENDS+= xview-lib>=3.2.1:../../x11/xview-lib DEPENDS+= xview-clients>=3.2.1:../../x11/xview-clients @@ -19,12 +21,4 @@ NOT_FOR_PLATFORM= *-*-alpha # broken va_arg handling in xview-lib USE_X11BASE= yes -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_BUILD= yes -NO_CONFIGURE= yes -PLIST_SRC= # empty (meta-package) - -do-install: # empty - .include "../../mk/bsd.pkg.mk" |