svn commit: r321004 - head/audio/tse3
Baptiste Daroussin
bapt at FreeBSD.org
Sat Jun 15 15:09:31 UTC 2013
Author: bapt
Date: Sat Jun 15 15:09:30 2013
New Revision: 321004
URL: http://svnweb.freebsd.org/changeset/ports/321004
Log:
Use options helpers
Modified:
head/audio/tse3/Makefile
Modified: head/audio/tse3/Makefile
==============================================================================
--- head/audio/tse3/Makefile Sat Jun 15 14:26:27 2013 (r321003)
+++ head/audio/tse3/Makefile Sat Jun 15 15:09:30 2013 (r321004)
@@ -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}
More information about the svn-ports-head
mailing list