diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-15 23:09:30 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-15 23:09:30 +0800 |
commit | 88374952f24ce6925358696e42789476de0da07c (patch) | |
tree | a21808bed92fa192705ca4868dc2db30755c7b96 /audio/tse3 | |
parent | ee8b94394650c5d412efec738939de1c527063df (diff) | |
download | freebsd-ports-gnome-88374952f24ce6925358696e42789476de0da07c.tar.gz freebsd-ports-gnome-88374952f24ce6925358696e42789476de0da07c.tar.zst freebsd-ports-gnome-88374952f24ce6925358696e42789476de0da07c.zip |
Use options helpers
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} |