aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2010-06-22 21:05:16 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2010-06-22 21:05:16 +0000
commitee8b48456cd47cf479bb834e2f6b0f377a8ce3f7 (patch)
tree284948fa22d7a68bb732831d4462c1cb1c53a3ee
parent40d44e343575b1a1b98df66f430ed1cd09c9af8f (diff)
downloadports-ee8b48456cd47cf479bb834e2f6b0f377a8ce3f7.tar.gz
ports-ee8b48456cd47cf479bb834e2f6b0f377a8ce3f7.zip
Notes
-rw-r--r--audio/xmms-flac/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile
index 2cd3338091d3..3203a093fc00 100644
--- a/audio/xmms-flac/Makefile
+++ b/audio/xmms-flac/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xmms-flac
PORTVERSION= 1.2.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= SF/flac/flac-src/flac-${PORTVERSION}-src
DISTNAME= flac-${PORTVERSION}
@@ -16,9 +16,16 @@ MAINTAINER= naddy@FreeBSD.org
COMMENT= XMMS input plugin for playing FLAC files
LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \
- FLAC.10:${PORTSDIR}/audio/flac
+ FLAC.10:${PORTSDIR}/audio/flac \
+ pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
+ ogg.7:${PORTSDIR}/audio/libogg \
+ xcb.2:${PORTSDIR}/x11/libxcb
USE_AUTOTOOLS= libtool:22
+USE_GETTEXT= yes
+USE_GNOME= gtk12
+USE_ICONV= yes
+USE_XORG= x11 xau xdmcp xext xi
CONFIGURE_ARGS= --with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}" \
--with-xmms-prefix="${LOCALBASE}"