summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-01-28 12:48:24 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-01-28 12:48:24 +0000
commitea977acdd46f5beef14baa7b1e5704b604d10406 (patch)
tree8642d31ead23557632683574e2ad55924d377a74 /audio
parenta340a133acd283454cec7ec008271cab9c5205a7 (diff)
downloadpkgsrc-ea977acdd46f5beef14baa7b1e5704b604d10406.tar.gz
There's no need to use 'USE_X11BASE' in mpg123-nas package, we'll use
USE_X11 instead, bump PKGREVISION.
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123-nas/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mpg123-nas/Makefile b/audio/mpg123-nas/Makefile
index 04119685b3c..34f0f82e8f6 100644
--- a/audio/mpg123-nas/Makefile
+++ b/audio/mpg123-nas/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2003/09/18 16:25:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/28 12:48:24 xtraeme Exp $
#
PKGNAME= mpg123${TARGET_SUFFIX}-${MPG123_VERSION}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT= Command-line player for mpeg layer 1, 2 and 3 audio with NAS output
TARGET_SUFFIX= -nas
CONFLICTS+= mpg123-[0-9]*
-USE_X11BASE= # defined
+USE_X11= yes
.include "../../audio/mpg123/Makefile.common"