diff options
author | novel <novel@FreeBSD.org> | 2005-06-01 18:47:00 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-06-01 18:47:00 +0800 |
commit | cd7f7ef0f0387a84904d82f91f84fd76a8a5116b (patch) | |
tree | 924747f60af6ee62f1288e8f71160f4c2534c4f8 /audio | |
parent | 29d16231afcd4dc7fabaa4db7da091f144547eb4 (diff) | |
download | freebsd-ports-gnome-cd7f7ef0f0387a84904d82f91f84fd76a8a5116b.tar.gz freebsd-ports-gnome-cd7f7ef0f0387a84904d82f91f84fd76a8a5116b.tar.zst freebsd-ports-gnome-cd7f7ef0f0387a84904d82f91f84fd76a8a5116b.zip |
Use SLAVEDIRS.
Suggested by: vs
Diffstat (limited to 'audio')
-rw-r--r-- | audio/scrobbler/Makefile | 2 |
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 |