summaryrefslogtreecommitdiff
path: root/audio/timidity++
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 10:10:18 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 10:10:18 +0000
commite09b1a4bd8ed562d10c51d2afe8d9b9a1f41dae3 (patch)
treede1ceca044833471c3449104518fdf5e39f1405a /audio/timidity++
parentUse our libc_r instead of linuxthreads. (diff)
portlint and add SLAVEDIRS variable to master ports
Notes
Notes: svn path=/head/; revision=27780
Diffstat (limited to 'audio/timidity++')
-rw-r--r--audio/timidity++/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index 7b22d0f903e6..2fefd519ee19 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -16,6 +16,11 @@ MAINTAINER= yatt@msc.biglobe.ne.jp
# If you don't have X11, type "make -DWITHOUT_X11" or uncomment this.
#WITHOUT_X11= yes
+SLAVEDIRS= audio/timidity++-emacs
+# rest are included by timidity++-emacs port
+SLAVEDIRS+= audio/timidity++-gtk audio/timidity++-motif \
+ audio/timidity++-slang audio/timidity++-tcltk \
+ audio/timidity++-xaw audio/timidity++-xskin
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if !defined(WITHOUT_X11)
@@ -31,7 +36,7 @@ CONFIGURE_ARGS= --with-x --enable-ncurses --enable-vt100 \
--enable-dynamic --enable-server \
--enable-network --enable-spectrogram --enable-wrd
.else
-CONFIGURE_ARGS= --enable-ncurses --enable-vt100 \
+CONFIGURE_ARGS= --enable-ncurses --enable-vt100 \
--enable-network --disable-spectrogram --disable-wrd
.endif