diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-02 14:56:40 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-02 14:56:40 +0800 |
commit | a7461ccc55b4222e0ff39236b081dc4bd315f6b5 (patch) | |
tree | 2e75464e88ef6a23990e378b67ca80e4c2662f60 /audio/py-xmms2 | |
parent | 90b8891acfe1d506046d02514b87b268cda5c263 (diff) | |
download | freebsd-ports-gnome-a7461ccc55b4222e0ff39236b081dc4bd315f6b5.tar.gz freebsd-ports-gnome-a7461ccc55b4222e0ff39236b081dc4bd315f6b5.tar.zst freebsd-ports-gnome-a7461ccc55b4222e0ff39236b081dc4bd315f6b5.zip |
[PATCH] audio/py-xmms2: Unbreak build
- switch to a pkg-plist so as to override the master port's plist
- add the master port as a run dependency
Added file(s):
- pkg-plist
PR: ports/95217
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/py-xmms2')
-rw-r--r-- | audio/py-xmms2/Makefile | 6 | ||||
-rw-r--r-- | audio/py-xmms2/pkg-plist | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/audio/py-xmms2/Makefile b/audio/py-xmms2/Makefile index ede9fa4cf17a..ed8cd66b3316 100644 --- a/audio/py-xmms2/Makefile +++ b/audio/py-xmms2/Makefile @@ -11,13 +11,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= alex@foxybanana.com COMMENT= Python Bindings for XMMS2 -BUILD_DEPENDS= pyrex:${PORTSDIR}/devel/pyrex +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Pyrex/__init__.py:${PORTSDIR}/devel/pyrex \ + ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 +RUN_DEPENDS= ${LOCALBASE}/lib/libxmmsclient.so:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 USE_PYTHON= yes -PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR}/xmmsclient.so +PLIST= ${.CURDIR}/pkg-plist SCONS_TARGET= src/clients/lib/python/xmmsclient.so XMMS2_SLAVE= python diff --git a/audio/py-xmms2/pkg-plist b/audio/py-xmms2/pkg-plist new file mode 100644 index 000000000000..2cf38cc8a00f --- /dev/null +++ b/audio/py-xmms2/pkg-plist @@ -0,0 +1 @@ +%%PYTHON_SITELIBDIR%%/xmmsclient.so |