diff options
Diffstat (limited to 'audio/xmms-scrobbler')
-rw-r--r-- | audio/xmms-scrobbler/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmms-scrobbler/Makefile b/audio/xmms-scrobbler/Makefile index 28bbc4dfe9f3..b904a8fe196e 100644 --- a/audio/xmms-scrobbler/Makefile +++ b/audio/xmms-scrobbler/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmms-scrobbler -PORTREVISION= 6 +PORTREVISION= 7 MAINTAINER= novel@FreeBSD.org COMMENT= XMMS plugin for Audioscrobbler.com @@ -11,6 +11,6 @@ CONFLICTS= scrobbler-* MASTERDIR= ${.CURDIR}/../scrobbler -WITH_XMMS= yes +OPTIONS_SLAVE= XMMS .include "${MASTERDIR}/Makefile" |