diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-08 02:24:51 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-08 02:24:51 +0800 |
commit | 863468c3256abe453524f5b4799740f73adfbeb2 (patch) | |
tree | 3f418ff0f39eab8ae67c5ad46c7c70dda32f42ed /audio | |
parent | 02ead06287154ee2f01730f87d9b67caff8f1899 (diff) | |
download | freebsd-ports-gnome-863468c3256abe453524f5b4799740f73adfbeb2.tar.gz freebsd-ports-gnome-863468c3256abe453524f5b4799740f73adfbeb2.tar.zst freebsd-ports-gnome-863468c3256abe453524f5b4799740f73adfbeb2.zip |
Update to 0.2DrEvil
PR: ports/99866
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ruby-xmms2-ecore/Makefile | 6 | ||||
-rw-r--r-- | audio/ruby-xmms2-ecore/pkg-plist | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/audio/ruby-xmms2-ecore/Makefile b/audio/ruby-xmms2-ecore/Makefile index 1785fcb71aff..9d9da2be41b8 100644 --- a/audio/ruby-xmms2-ecore/Makefile +++ b/audio/ruby-xmms2-ecore/Makefile @@ -14,6 +14,7 @@ COMMENT= Ruby ecore mainloop bindings for XMMS2 BUILD_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so:${PORTSDIR}/audio/ruby-xmms2 +LIB_DEPENDS+= ecore.1:${PORTSDIR}/x11/ecore MASTERDIR= ${.CURDIR}/../xmms2 @@ -33,6 +34,9 @@ do-install: ${RUBY_SITEARCHLIBDIR}/xmmsclient_ecore.so @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.so \ - ${LOCALBASE}/lib/libxmmsclient-ecore.so + ${PREFIX}/lib/libxmmsclient-ecore.so + @cd ${WRKSRC} && ${INSTALL_PROGRAM} \ + src/clients/lib/xmmsclient-ecore/libxmmsclient-ecore.a \ + ${PREFIX}/lib/libxmmsclient-ecore.a .include "${MASTERDIR}/Makefile" diff --git a/audio/ruby-xmms2-ecore/pkg-plist b/audio/ruby-xmms2-ecore/pkg-plist index 149ac357ecf0..3f130c7f7bc9 100644 --- a/audio/ruby-xmms2-ecore/pkg-plist +++ b/audio/ruby-xmms2-ecore/pkg-plist @@ -1,2 +1,3 @@ %%RUBY_SITEARCHLIBDIR%%/xmmsclient_ecore.so +lib/libxmmsclient-ecore.a lib/libxmmsclient-ecore.so |