aboutsummaryrefslogtreecommitdiff
path: root/audio/tse3
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-15 15:09:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-15 15:09:30 +0000
commitd2ab1f37c8862628e8b69e66d16cb3a5f4d18153 (patch)
treea21808bed92fa192705ca4868dc2db30755c7b96 /audio/tse3
parent19160f155d701ebed06c6bb0e6e6bc7509d3c709 (diff)
downloadports-d2ab1f37c8862628e8b69e66d16cb3a5f4d18153.tar.gz
ports-d2ab1f37c8862628e8b69e66d16cb3a5f4d18153.zip
Use options helpers
Notes
Notes: svn path=/head/; revision=321004
Diffstat (limited to 'audio/tse3')
-rw-r--r--audio/tse3/Makefile9
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}