diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-25 11:06:20 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-25 11:06:20 +0800 |
commit | beb280bee106f2b32fa1b35d1024536e2458994c (patch) | |
tree | 4cdc6d1c3529eb767b3176f9a459663892fbe536 /audio/xmms2 | |
parent | bc8c973a8bec40600613655f69ccc0c02e5886e6 (diff) | |
download | freebsd-ports-gnome-beb280bee106f2b32fa1b35d1024536e2458994c.tar.gz freebsd-ports-gnome-beb280bee106f2b32fa1b35d1024536e2458994c.tar.zst freebsd-ports-gnome-beb280bee106f2b32fa1b35d1024536e2458994c.zip |
Add ecore mainloop bindings for ruby for xmms2
PR: ports/99390
Submitted by: maintainer
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 |