aboutsummaryrefslogtreecommitdiff
path: root/audio/opus
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2013-07-16 00:16:52 +0000
committerMatthias Andree <mandree@FreeBSD.org>2013-07-16 00:16:52 +0000
commit3c67b617c2327637fe2c471a473dc28ef2c1f9eb (patch)
treefc32f5ad5f0262586fe376deef4781ee24172f91 /audio/opus
parentaa95b5108e80a1d1a330ea271a07a907d0e057f5 (diff)
downloadports-3c67b617c2327637fe2c471a473dc28ef2c1f9eb.tar.gz
ports-3c67b617c2327637fe2c471a473dc28ef2c1f9eb.zip
Fix up build. bsd.port.pre.mk needs bsd.port.mk changed to bsd.port.post.mk.
Notes
Notes: svn path=/head/; revision=323083
Diffstat (limited to 'audio/opus')
-rw-r--r--audio/opus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/opus/Makefile b/audio/opus/Makefile
index 63e44952bb27..bf667c7112c9 100644
--- a/audio/opus/Makefile
+++ b/audio/opus/Makefile
@@ -28,4 +28,4 @@ regression-test: build
CONFIGURE_ARGS+=--enable-fixed-point
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>