diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-09-29 18:41:24 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-09-29 18:41:24 +0800 |
commit | 947814d648e0d58348d2922c946c9f6437112daf (patch) | |
tree | d0df688919caf90ef3152e671d3e93392160a917 /audio/p5-xmms2 | |
parent | f1438a1f5bd0ab32b437dc4e9d8469e4ec6708e2 (diff) | |
download | freebsd-ports-gnome-947814d648e0d58348d2922c946c9f6437112daf.tar.gz freebsd-ports-gnome-947814d648e0d58348d2922c946c9f6437112daf.tar.zst freebsd-ports-gnome-947814d648e0d58348d2922c946c9f6437112daf.zip |
Convert xmms2 ports to staging.
While here, convert to new LIB_DEPENDS format.
Diffstat (limited to 'audio/p5-xmms2')
-rw-r--r-- | audio/p5-xmms2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/p5-xmms2/Makefile b/audio/p5-xmms2/Makefile index 037fbe1e7ff2..61d4737fa014 100644 --- a/audio/p5-xmms2/Makefile +++ b/audio/p5-xmms2/Makefile @@ -8,12 +8,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= madpilot@FreeBSD.org COMMENT= Perl Bindings for XMMS2 -LIB_DEPENDS+= xmmsclient.6:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= libxmmsclient.so:${PORTSDIR}/audio/xmms2 MASTERDIR= ${.CURDIR}/../xmms2 USES= perl5 -NO_STAGE= yes PLIST= ${.CURDIR}/pkg-plist |