diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-31 16:47:47 +0000 |
commit | d284d94353ec04310ea5a6482af9857c7ba449b4 (patch) | |
tree | c68874ff86a33cf9d7290b552a8933e80275f8c2 /audio/libvorbis/Makefile | |
parent | c3488f089b0622b78af59d1bc6366345c633824e (diff) | |
download | pkgsrc-d284d94353ec04310ea5a6482af9857c7ba449b4.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/libvorbis/Makefile')
-rw-r--r-- | audio/libvorbis/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/libvorbis/Makefile b/audio/libvorbis/Makefile index caf0b8ed3de..88165e4bcbb 100644 --- a/audio/libvorbis/Makefile +++ b/audio/libvorbis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/04/12 23:15:01 salo Exp $ +# $NetBSD: Makefile,v 1.34 2004/05/31 16:47:47 minskim Exp $ DISTNAME= libvorbis-1.0.1 CATEGORIES= devel audio @@ -8,6 +8,8 @@ MAINTAINER= lukem@NetBSD.org HOMEPAGE= http://www.xiph.org/ogg/vorbis/ COMMENT= Library for the Ogg Vorbis audio encoding format +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES |