diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-14 20:43:23 +0000 |
commit | 1ec59ed085b1ff1f6e20d1405322bb025382f0fb (patch) | |
tree | 9c9ea5066b7ca8b899de7c2a8f0435bf1d37ee6b /security/base | |
parent | 2376bd0fbc35ba2000266ac8a72838cb21b47d13 (diff) | |
download | pkgsrc-1ec59ed085b1ff1f6e20d1405322bb025382f0fb.tar.gz |
USE_PKGINSTALL isn't needed here to make these packagse use the
pkginstall framework. In the case of libtool-base, avoid using
FILES_SUBST_SED where it isn't needed.
Diffstat (limited to 'security/base')
-rw-r--r-- | security/base/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index 0076d67461b..9591a660a40 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/13 13:11:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.7 2006/03/14 20:43:23 jlam Exp $ # DISTNAME= base-1.2.2 @@ -21,7 +21,6 @@ DEPENDS+= pear-Image_Color-[0-9]*:../../graphics/pear-Image_Color DEPENDS+= pear-Image_Graph-[0-9]*:../../graphics/pear-Image_Graph NO_BUILD= YES -USE_PKGINSTALL= YES DOC_FILES= CHANGELOG CREDITS README README.mssql TODO UPGRADE base_faq.rtf BASE_DIR= ${PREFIX}/share/base |