diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-19 12:27:27 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-19 12:27:27 +0000 |
commit | 0e0ff99a73114173e837df848c718a2f36cf34fd (patch) | |
tree | db0b03780bb5c167cdb148ab74726794f66fb839 /meta-pkgs/boost | |
parent | e59cd5c03e315ee4e8699d5611bd3972322c9102 (diff) | |
download | pkgsrc-0e0ff99a73114173e837df848c718a2f36cf34fd.tar.gz |
Replaced the custom definitions with META_PACKAGE=yes.
Diffstat (limited to 'meta-pkgs/boost')
-rw-r--r-- | meta-pkgs/boost/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/meta-pkgs/boost/Makefile b/meta-pkgs/boost/Makefile index 5c050a8eb7a..230649f2269 100644 --- a/meta-pkgs/boost/Makefile +++ b/meta-pkgs/boost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/10/25 22:00:49 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2007/12/19 12:27:27 rillig Exp $ # BOOST_PACKAGE= meta-pkg @@ -24,14 +24,6 @@ DEPENDS+= boost-jam-${BOOST_DEPENDS_VERSION}:../../devel/boost-jam DEPENDS+= boost-libs-${BOOST_DEPENDS_VERSION}:../../devel/boost-libs DEPENDS+= boost-python-${BOOST_DEPENDS_VERSION}:../../devel/boost-python -EXTRACT_ONLY= # empty -NO_CHECKSUM= yes -NO_CONFIGURE= yes -NO_BUILD= yes -PLIST_SRC= # empty (meta-package) - -do-patch: # empty - -do-install: # empty +META_PACKAGE= yes .include "../../mk/bsd.pkg.mk" |