aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2005-09-17 22:30:28 +0000
committerColin Percival <cperciva@FreeBSD.org>2005-09-17 22:30:28 +0000
commit50d00014b7738c9a5824ea5bee3386013cf2df00 (patch)
treead2e3e265ef545582c7031832943e13b89d0ba6a /audio/timidity++
parentcbc3838faa8d1753513ba409e3eb20e2d1ed108b (diff)
downloadports-50d00014b7738c9a5824ea5bee3386013cf2df00.tar.gz
ports-50d00014b7738c9a5824ea5bee3386013cf2df00.zip
Notes
Diffstat (limited to 'audio/timidity++')
-rw-r--r--audio/timidity++/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile
index 4c9af985fd18..8e57877c4e40 100644
--- a/audio/timidity++/Makefile
+++ b/audio/timidity++/Makefile
@@ -31,14 +31,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS?=--enable-interface=ncurses,vt100,server
CONFIGURE_ARGS+=--program-transform-name= --enable-network
-.if ${.CURDIR} == ${MASTERDIR}
-MANLANG= "" ja
-MAN1= timidity.1
-MAN5= timidity.cfg.5
-.else
-RUN_DEPENDS+= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++
-.endif
-
PLIST_SUB= EUCJP_LOCALE=${EUCJP_LOCALE} TIMID_LIBDIR=${TIMID_LIBDIR} \
ELISPDIR=share/emacs/site-lisp
@@ -49,6 +41,14 @@ TIMID_LIBDIR= lib/timidity
.include <bsd.port.pre.mk>
+.if ${.CURDIR} == ${MASTERDIR}
+MANLANG= "" ja
+MAN1= timidity.1
+MAN5= timidity.cfg.5
+.else
+RUN_DEPENDS+= ${LOCALBASE}/bin/timidity:${PORTSDIR}/audio/timidity++
+.endif
+
.if defined(WITHOUT_X11)
CONFIGURE_ARGS+=--without-x --disable-spectrogram --disable-wrd --disable-dynamic
.else