diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-15 15:09:30 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-15 15:09:30 +0000 |
commit | d2ab1f37c8862628e8b69e66d16cb3a5f4d18153 (patch) | |
tree | a21808bed92fa192705ca4868dc2db30755c7b96 /audio/tse3 | |
parent | 19160f155d701ebed06c6bb0e6e6bc7509d3c709 (diff) | |
download | ports-d2ab1f37c8862628e8b69e66d16cb3a5f4d18153.tar.gz ports-d2ab1f37c8862628e8b69e66d16cb3a5f4d18153.zip |
Notes
Diffstat (limited to 'audio/tse3')
-rw-r--r-- | audio/tse3/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/audio/tse3/Makefile b/audio/tse3/Makefile index 749215520c6f..583f18fff475 100644 --- a/audio/tse3/Makefile +++ b/audio/tse3/Makefile @@ -26,13 +26,10 @@ MAN3= tse3.3 OPTIONS_DEFINE= ARTS DOCS -.include <bsd.port.options.mk> +ARTS_LIB_DEPENDS= artsmidi:${PORTSDIR}/multimedia/kdemultimedia3 +ARTS_CONFIGURE_OFF= --without-aRts -.if ${PORT_OPTIONS:MARTS} -LIB_DEPENDS+= artsmidi:${PORTSDIR}/multimedia/kdemultimedia3 -.else -CONFIGURE_ARGS+= --without-aRts -.endif +.include <bsd.port.options.mk> post-install: .if ${PORT_OPTIONS:MDOCS} |