summaryrefslogtreecommitdiffstats
path: root/audio/ruby-xmms2
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-04-02 06:57:21 +0000
committeredwin <edwin@FreeBSD.org>2006-04-02 06:57:21 +0000
commit047270417f7a930ed8d7c7413e4a3f104afaf9c8 (patch)
treeac680881564b05ddc209c32c885a08bf2bf9eb87 /audio/ruby-xmms2
parenta7461ccc55b4222e0ff39236b081dc4bd315f6b5 (diff)
downloadFreeBSD-ports-047270417f7a930ed8d7c7413e4a3f104afaf9c8.zip
FreeBSD-ports-047270417f7a930ed8d7c7413e4a3f104afaf9c8.tar.gz
[PATCH] audio/ruby-xmms2: Unbreak build
- switch to a pkg-plist so as to override master port's plist - add master port as a run dependency Added file(s): - pkg-plist PR: ports/95218 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/ruby-xmms2')
-rw-r--r--audio/ruby-xmms2/Makefile6
-rw-r--r--audio/ruby-xmms2/pkg-plist2
2 files changed, 6 insertions, 2 deletions
diff --git a/audio/ruby-xmms2/Makefile b/audio/ruby-xmms2/Makefile
index 8bcc277..19c8cf06 100644
--- a/audio/ruby-xmms2/Makefile
+++ b/audio/ruby-xmms2/Makefile
@@ -11,13 +11,15 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
MAINTAINER= alex@foxybanana.com
COMMENT= Ruby Bindings for XMMS2
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+RUN_DEPENDS+= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2
+
MASTERDIR= ${.CURDIR}/../xmms2
USE_RUBY= yes
USE_GNOME= glib20
-PLIST_FILES= ${RUBY_SITEARCHLIBDIR}/xmmsclient.so \
- ${RUBY_SITEARCHLIBDIR}/xmmsclient_glib.so
+PLIST= ${.CURDIR}/pkg-plist
SCONS_TARGET= src/clients/lib/ruby/xmmsclient.so \
src/clients/lib/ruby/xmmsclient_glib.so
diff --git a/audio/ruby-xmms2/pkg-plist b/audio/ruby-xmms2/pkg-plist
new file mode 100644
index 0000000..d46cc9bf
--- /dev/null
+++ b/audio/ruby-xmms2/pkg-plist
@@ -0,0 +1,2 @@
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient.so
+%%RUBY_SITEARCHLIBDIR%%/xmmsclient_glib.so
OpenPOWER on IntegriCloud