diff options
-rw-r--r-- | audio/splay/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/splay/Makefile b/audio/splay/Makefile index b511a211bf1..12dccbc9a25 100644 --- a/audio/splay/Makefile +++ b/audio/splay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/05/03 23:45:18 minskim Exp $ +# $NetBSD: Makefile,v 1.17 2004/05/03 23:47:55 minskim Exp $ # DISTNAME= splay-0.8.2 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://splay.sourceforge.net/ COMMENT= Audio player/decoder that decodes MPEG Layer I,II,III and WAV files +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_LANGUAGES= c++ GNU_CONFIGURE= yes |