aboutsummaryrefslogtreecommitdiff
path: root/audio/timidity++-emacs
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2005-09-27 22:35:13 +0000
committerMikhail Teterin <mi@FreeBSD.org>2005-09-27 22:35:13 +0000
commitf014039bd1583131da9b88ca284d03a3e2461dc3 (patch)
treec1b62817b0ba9a8485c79db0f830edc891e3e441 /audio/timidity++-emacs
parent4f1114cd66355f9856e5a3b7bd7dcafb668df3f2 (diff)
downloadports-f014039bd1583131da9b88ca284d03a3e2461dc3.tar.gz
ports-f014039bd1583131da9b88ca284d03a3e2461dc3.zip
Pass the location of slang headers and library in the CONFIGURE_ARGS
and make the sub-master port (timidity++-emacs) _append_ its own CONFIGURE_ARGS instead of resetting them anew. Woof, these ports are an insteresting tangle... Notified by: pointyhat (via kris)
Notes
Notes: svn path=/head/; revision=143655
Diffstat (limited to 'audio/timidity++-emacs')
-rw-r--r--audio/timidity++-emacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/timidity++-emacs/Makefile b/audio/timidity++-emacs/Makefile
index b547dac96810..95930577cf09 100644
--- a/audio/timidity++-emacs/Makefile
+++ b/audio/timidity++-emacs/Makefile
@@ -33,7 +33,7 @@ USE_GMAKE= yes
USE_XLIB= yes
.endif
-CONFIGURE_ARGS= --enable-dynamic=${INTERFACE}
+CONFIGURE_ARGS+=--enable-dynamic=${INTERFACE}
MASTERDIR= ${.CURDIR}/../../audio/timidity++
PKGDIR= ${.CURDIR}