bf43557044
armv7, mark them so. This is part two of a multipart commit to bring armv7 ports to parity with armv6. Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
16 lines
349 B
Makefile
16 lines
349 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= multimedia
|
|
|
|
COMMENT= GStreamer mpeg encoder plugin
|
|
|
|
BROKEN_armv6= fails to compile: 'format_codes.h' file not found
|
|
BROKEN_armv7= fails to compile: 'format_codes.h' file not found
|
|
|
|
GST_PLUGIN= mpeg2enc
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|