diff options
author | minskim <minskim> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-05-31 16:47:47 +0000 |
commit | 5850ad31fff47f819023d49f94a38e79d7efefa1 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /audio/lame | |
parent | d739c86fa008f5a4391a77983194de3ead67ec4f (diff) | |
download | pkgsrc-5850ad31fff47f819023d49f94a38e79d7efefa1.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/lame')
-rw-r--r-- | audio/lame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index e88c6e93009..14300925a7e 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2004/04/14 09:13:20 adam Exp $ +# $NetBSD: Makefile,v 1.41 2004/05/31 16:47:47 minskim Exp $ # DISTNAME= lame-${VERS} @@ -14,6 +14,8 @@ VERS= 3.96 LICENSE= fee-based-commercial-use +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes |