summaryrefslogtreecommitdiff
path: root/audio/xmms/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-07-22 23:23:15 +0000
committerjmmv <jmmv@pkgsrc.org>2003-07-22 23:23:15 +0000
commit861b9054b6777fec06e5066baad27bdc31b83a61 (patch)
tree67d4cdd202236fcd9902cb52b9918aebc6af36c0 /audio/xmms/Makefile
parent6bf23df9309c26b4c5635ca157ff169feef7fd5d (diff)
downloadpkgsrc-861b9054b6777fec06e5066baad27bdc31b83a61.tar.gz
Do not build a static version of plugins (this is useless), thought keep
the static libxmms library. Pointed out in PR pkg/21242 by Sergey Svishchev. Bump PKGREVISION to 8. While here, sort PLIST.
Diffstat (limited to 'audio/xmms/Makefile')
-rw-r--r--audio/xmms/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/xmms/Makefile b/audio/xmms/Makefile
index 2f479ffdfab..de8dc0ef0ef 100644
--- a/audio/xmms/Makefile
+++ b/audio/xmms/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.50 2003/07/17 21:23:52 grant Exp $
+# $NetBSD: Makefile,v 1.51 2003/07/22 23:23:15 jmmv Exp $
#
DISTNAME= xmms-1.2.7
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
ftp://ftp.sunet.se/pub/multimedia/xmms/1.2.x/
@@ -19,7 +19,8 @@ USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --without-gnome
-LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/libxmms/libtool
+LIBTOOL_OVERRIDE= ${WRKSRC}/libxmms/libtool
+SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool
# Broken configure script assumes that iconv_open lives in libc; work around.
CPPFLAGS+= -DHAVE_ICONV_OPEN=1