diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-03-11 21:13:53 +0000 |
commit | 9a2e4c8b780fc607dc4b4adabefb354c84401a96 (patch) | |
tree | f59767aed29b447d3d80ab987e898598663c27e3 /audio/ruby-xmms2-ecore | |
parent | 621c804e48a9fdddd6a00d78585fa8cb20c8460e (diff) |
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
privilegies)
- Add DBUS support.
Thanks to: az
Notes
Notes:
svn path=/head/; revision=208836
Diffstat (limited to 'audio/ruby-xmms2-ecore')
-rw-r--r-- | audio/ruby-xmms2-ecore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ruby-xmms2-ecore/Makefile b/audio/ruby-xmms2-ecore/Makefile index 14231af03652..74648670eb01 100644 --- a/audio/ruby-xmms2-ecore/Makefile +++ b/audio/ruby-xmms2-ecore/Makefile @@ -14,12 +14,12 @@ COMMENT= Ruby ecore mainloop bindings for XMMS2 BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2 RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient_ext.so:${PORTSDIR}/audio/ruby-xmms2 -LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore MASTERDIR= ${.CURDIR}/../xmms2 USE_RUBY= yes USE_GNOME= glib20 +USE_EFL= ecore USE_LDCONFIG= yes PLIST= ${.CURDIR}/pkg-plist |