diff options
author | naddy <naddy@FreeBSD.org> | 2010-06-23 05:05:16 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2010-06-23 05:05:16 +0800 |
commit | 3b2555cd4237654f682c6c461a2a2c95758b7fd5 (patch) | |
tree | 7ffb44ea226648e041587b9a1c60a839cfb67fbf /audio | |
parent | 193be4fbe94120369009340766542f947d08025a (diff) | |
download | freebsd-ports-graphics-3b2555cd4237654f682c6c461a2a2c95758b7fd5.tar.gz freebsd-ports-graphics-3b2555cd4237654f682c6c461a2a2c95758b7fd5.tar.zst freebsd-ports-graphics-3b2555cd4237654f682c6c461a2a2c95758b7fd5.zip |
Add missing explicit dependencies.
PR: 147974
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Feature safe: yes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmms-flac/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/audio/xmms-flac/Makefile b/audio/xmms-flac/Makefile index 2cd3338091d..3203a093fc0 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}" |