diff options
author | joerg <joerg> | 2009-04-08 23:11:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-08 23:11:13 +0000 |
commit | 82f2ca6793551bb501ad76cfea3d6eee08e9c735 (patch) | |
tree | 4f16418390fecfee4ea30143fb3f6f187458b82d /x11/xview | |
parent | a0bde5a4d9e3c88a2bac34061a12239fae3078f3 (diff) | |
download | pkgsrc-82f2ca6793551bb501ad76cfea3d6eee08e9c735.tar.gz |
Use META_PACKAGE
Diffstat (limited to 'x11/xview')
-rw-r--r-- | x11/xview/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
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" |