diff options
author | minskim <minskim@pkgsrc.org> | 2005-02-23 03:28:49 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-02-23 03:28:49 +0000 |
commit | 041cee7da02e66fb0090b780fb9430f0665e9e93 (patch) | |
tree | 27991cbb4c2346dec802573841e54edfcbb77a17 /audio/mpg123 | |
parent | eb8f55818717399a60bdecdc16c266d9f8334aad (diff) | |
download | pkgsrc-041cee7da02e66fb0090b780fb9430f0665e9e93.tar.gz |
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile.common b/audio/mpg123/Makefile.common index 3181f0d96af..430d2f45dd8 100644 --- a/audio/mpg123/Makefile.common +++ b/audio/mpg123/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2005/02/17 11:45:49 wiz Exp $ +# $NetBSD: Makefile.common,v 1.19 2005/02/23 03:28:49 minskim Exp $ DISTNAME= mpg123-0.59r MPG123_VERSION= 0.59.18 @@ -19,6 +19,8 @@ DISTINFO_FILE= ${.CURDIR}/../../audio/mpg123/distinfo LICENSE= no-commercial-use +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" |