diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /multimedia/gstreamer-plugins/Makefile | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'multimedia/gstreamer-plugins/Makefile')
-rw-r--r-- | multimedia/gstreamer-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/multimedia/gstreamer-plugins/Makefile b/multimedia/gstreamer-plugins/Makefile index cd8675ced941..a2e4794d63b6 100644 --- a/multimedia/gstreamer-plugins/Makefile +++ b/multimedia/gstreamer-plugins/Makefile @@ -57,7 +57,8 @@ CFLAGS+= -I${LOCALBASE}/include DEFAULT_AUDIOSINK?= osssink DEFAULT_AUDIOSRC?= osssrc -.include <bsd.port.pre.mk> +# Include bsd.port.options.mk and not bsd.port.pre.mk to be able to use USES +.include <bsd.port.options.mk> .if ${ARCH}=="i386" PLIST_SUB+= I386="" @@ -166,4 +167,4 @@ USE_GCC= any .endif .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |