diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-25 03:06:20 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-25 03:06:20 +0000 |
commit | 795a162f52e061cc9da29029a9343ccb25efe067 (patch) | |
tree | 7feecee70e1fa665813296dc4dd471876ad4f957 /audio/xmms2 | |
parent | eb6f04bd9ea7a39daeec2d7590aed77387ef513d (diff) | |
download | ports-795a162f52e061cc9da29029a9343ccb25efe067.tar.gz ports-795a162f52e061cc9da29029a9343ccb25efe067.zip |
Notes
Diffstat (limited to 'audio/xmms2')
-rw-r--r-- | audio/xmms2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index b701d10e8de0..59d22fdb57a9 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -65,6 +65,9 @@ PLIST_SUB+= SID="@comment " EXCLUDE+= ruby java .elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby" EXCLUDE+= python java +.elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "ruby-ecore" +EXCLUDE+= python java +WITH_ECORE= yes .elif defined(XMMS2_SLAVE) && ${XMMS2_SLAVE} == "java" EXCLUDE+= ruby python .elif !defined(XMMS2_SLAVE) @@ -72,7 +75,7 @@ EXCLUDE+= python ruby java .endif .if defined(WITH_ECORE) -LIB_DEPENDS+= lecore.1:${PORTSDIR}/x11/ecore +LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore PLIST_SUB+= ECORE="" .else EXCLUDE+= xmmsclient-ecore |