mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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
18 lines
487 B
Makefile
18 lines
487 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/multimedia/gstreamer-plugins-mpeg2enc/Makefile,v 1.5 2008/03/19 14:05:37 ahze Exp $
|
|
|
|
PORTREVISION= 3
|
|
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
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|