diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2005-09-27 22:35:13 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2005-09-27 22:35:13 +0000 |
commit | f014039bd1583131da9b88ca284d03a3e2461dc3 (patch) | |
tree | c1b62817b0ba9a8485c79db0f830edc891e3e441 /audio/timidity++-slang | |
parent | 4f1114cd66355f9856e5a3b7bd7dcafb668df3f2 (diff) | |
download | ports-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++-slang')
-rw-r--r-- | audio/timidity++-slang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/timidity++-slang/Makefile b/audio/timidity++-slang/Makefile index cdac2c6e4594..b7ba627f8448 100644 --- a/audio/timidity++-slang/Makefile +++ b/audio/timidity++-slang/Makefile @@ -10,7 +10,9 @@ INTERFACE= slang MAINTAINER= ports@FreeBSD.org COMMENT= Slang interface for TiMidity++ -MASTERDIR= ${.CURDIR}/../../audio/timidity++-emacs +MASTERDIR= ${.CURDIR:H:H}/audio/timidity++-emacs +CONFIGURE_ARGS+=--with-includes=${LOCALBASE}/include \ + --with-libraries=${LOCALBASE}/lib PLIST_FILES= lib/timidity/interface_s.so .include "${MASTERDIR}/Makefile" |