diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-02-07 19:43:56 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-02-07 19:43:56 +0000 |
commit | 71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8 (patch) | |
tree | 9e818b5d09f2e948238e96c1a5ae1e8212983272 /multimedia/mpeg4ip | |
parent | bca3635bdcc45f8ac6cd82e879aa2679870f2975 (diff) | |
download | ports-71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8.tar.gz ports-71d5deb1f423658f8c3e3a0baa54dd883dd5d8d8.zip |
Notes
Diffstat (limited to 'multimedia/mpeg4ip')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 06281f2fbf5c..ea240bafacdf 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -45,7 +45,7 @@ PORTDOCS= MAINREADME.html MP4LIVE_INTERNALS.html MPEG4IP_Guide.pdf \ ReadingList.txt encoding.htm m4rm.html \ mp4player.jpg mrm.html pi.html prm.html -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> ### ## Auto detect possible extensions @@ -170,4 +170,4 @@ CONFIGURE_ARGS+= --disable-mmx CFLAGS+= -O3 -ffast-math -fomit-frame-pointer .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |