diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2008-04-07 20:37:23 +0000 |
commit | fc6f8996911202c6df18b1ee15a9cb205ba4ea49 (patch) | |
tree | 539cb57de0e25c0fcfd062eb36d849e1f96fdb90 /audio/xmms2 | |
parent | e736f59941a3e760ba36b76c2472497f04a3d7da (diff) | |
download | ports-fc6f8996911202c6df18b1ee15a9cb205ba4ea49.tar.gz ports-fc6f8996911202c6df18b1ee15a9cb205ba4ea49.zip |
Notes
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index 81c26ca0d12f..a9df47879d24 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -8,6 +8,7 @@ PORTNAME?= xmms2 PORTVERSION= 0.4.d.0 DISTVERSION= 0.4DrKosmos +PORTREVISION= 1 CATEGORIES?= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${DISTVERSION} @@ -112,7 +113,7 @@ PLIST_SUB+= SID="@comment " .endif .if !defined(WITHOUT_FLAC) -LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac +LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .else EXCLUDE+= --without-plugins="flac" |