diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-01 10:47:00 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-06-01 10:47:00 +0000 |
commit | bcb4e527a79e76fc2dbd763acdcd4a0b664d1d88 (patch) | |
tree | e17e895ba212e2a9ac2abedaecadab39d9194b12 /audio | |
parent | 47c991adf279991073defa061e1025c8aedc0460 (diff) | |
download | ports-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/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 |