diff options
author | jlam <jlam> | 2004-01-05 11:12:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 11:12:46 +0000 |
commit | bf3388e0fa21d432e0c8169366836fbf306412e3 (patch) | |
tree | 8572fd3df2cd8b7ec42b004bae272ab1b536618e /devel/libtool | |
parent | b503f9ffc57a2018c9fd3bd73464cdba9093fa70 (diff) | |
download | pkgsrc-bf3388e0fa21d432e0c8169366836fbf306412e3.tar.gz |
"bl3ify": [v] to convert a package to use the buildlink3 framework.
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile.common | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index e670c58e066..e32d56271e9 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2004/01/05 09:50:47 cube Exp $ +# $NetBSD: Makefile.common,v 1.39 2004/01/05 11:12:46 jlam Exp $ # DISTNAME= libtool-ml-20010614 @@ -13,8 +13,10 @@ HOMEPAGE= http://www.gnu.org/software/libtool/libtool.html CONFLICTS= glibtool-[0-9]* +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= # defined -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo FILESDIR= ${.CURDIR}/../libtool/files |