aboutsummaryrefslogtreecommitdiff
path: root/audio/opus
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2013-09-19 15:30:16 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2013-09-19 15:30:16 +0000
commitc8d9d34f2bff1510296e213650f90e5d66675097 (patch)
tree53718e7d464c3a6329122f14b58e0fff5a8077cc /audio/opus
parentbe6d645e4f92197e6bf5de3387380c94f6fb3ceb (diff)
downloadports-c8d9d34f2bff1510296e213650f90e5d66675097.tar.gz
ports-c8d9d34f2bff1510296e213650f90e5d66675097.zip
bsd.port.options.mk can handle testing of ARCH, and is less expensive
then inclusion of bsd.port.pre.mk PR: 180585 Submitted by: jgh
Notes
Notes: svn path=/head/; revision=327632
Diffstat (limited to 'audio/opus')
-rw-r--r--audio/opus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index 0af53f9f1dc2..2748d069ac39 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -21,10 +21,10 @@ CONFIGURE_ARGS= --enable-custom-modes \
regression-test: build
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${ARCH} == "arm"
CONFIGURE_ARGS+=--enable-fixed-point
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>