diff options
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r-- | audio/vorbis-tools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 10139eba7eb..7fe274211bb 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/06/15 13:38:51 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2006/11/02 17:59:37 joerg Exp $ DISTNAME= vorbis-tools-1.1.1 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.vorbis.com/ COMMENT= Ogg Vorbis encoder and player +PKG_DESTDIR_SUPPORT= user-destdir + # list it into IPv6-ready packages BUILD_DEFS+= USE_INET6 |