aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-06-01 10:47:00 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-06-01 10:47:00 +0000
commitbcb4e527a79e76fc2dbd763acdcd4a0b664d1d88 (patch)
treee17e895ba212e2a9ac2abedaecadab39d9194b12 /audio
parent47c991adf279991073defa061e1025c8aedc0460 (diff)
downloadports-bcb4e527a79e76fc2dbd763acdcd4a0b664d1d88.tar.gz
ports-bcb4e527a79e76fc2dbd763acdcd4a0b664d1d88.zip
Use SLAVEDIRS.
Suggested by: vs
Notes
Notes: svn path=/head/; revision=136591
Diffstat (limited to 'audio')
-rw-r--r--audio/scrobbler/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/scrobbler/Makefile b/audio/scrobbler/Makefile
index cb987742151c..1c70a19b4747 100644
--- a/audio/scrobbler/Makefile
+++ b/audio/scrobbler/Makefile
@@ -26,6 +26,8 @@ USE_LIBTOOL_VER=15
USE_GMAKE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+SLAVEDIRS= audio/xmms-scrobbler audio/bmp-scrobbler
+
.if !defined(WITH_XMMS) && !defined(WITH_BMP)
WITH_XMMS= yes
WITH_BMP= yes