svn commit: r323083 - head/audio/opus
Matthias Andree
mandree at FreeBSD.org
Tue Jul 16 00:16:53 UTC 2013
Author: mandree
Date: Tue Jul 16 00:16:52 2013
New Revision: 323083
URL: http://svnweb.freebsd.org/changeset/ports/323083
Log:
Fix up build. bsd.port.pre.mk needs bsd.port.mk changed to bsd.port.post.mk.
Modified:
head/audio/opus/Makefile
Modified: head/audio/opus/Makefile
==============================================================================
--- head/audio/opus/Makefile Mon Jul 15 23:37:40 2013 (r323082)
+++ head/audio/opus/Makefile Tue Jul 16 00:16:52 2013 (r323083)
@@ -28,4 +28,4 @@ regression-test: build
CONFIGURE_ARGS+=--enable-fixed-point
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list