diff options
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index effa8bab16d..88cec65f4d3 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/10 08:15:28 obache Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:07 joerg Exp $ # DISTNAME= twolame-0.3.7 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.twolame.org/ COMMENT= Optimised MPEG Audio Layer 2 (MP2) encoder based on tooLAME +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= pkg-config |