diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-07-28 22:38:32 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-07-28 22:38:32 +0000 |
commit | b5c4e8c5a3875dacf0c7a0bcb09a60773c68e64b (patch) | |
tree | c4a7fa081616f5d2068b7903f8a62558c323a2eb | |
parent | 036e67479a90f5e84155bf9cb0a2881eb1873ab3 (diff) | |
download | freebsd-ports-b5c4e8c5a3875dacf0c7a0bcb09a60773c68e64b.zip |
BROKEN: Does not build
-rw-r--r-- | multimedia/gpac-mp4box/Makefile | 2 | ||||
-rw-r--r-- | multimedia/gstreamer-plugins-mpeg2enc/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/multimedia/gpac-mp4box/Makefile b/multimedia/gpac-mp4box/Makefile index 866216309fe9..d9be10291533 100644 --- a/multimedia/gpac-mp4box/Makefile +++ b/multimedia/gpac-mp4box/Makefile @@ -18,6 +18,8 @@ COMMENT= A tool for merge mpg4 from Gpac LIB_DEPENDS= gpac.1:${PORTSDIR}/multimedia/gpac-libgpac +BROKEN= Does not build + WRKSRC= ${WRKDIR}/gpac/applications/mp4box PLIST_FILES= bin/mp4box diff --git a/multimedia/gstreamer-plugins-mpeg2enc/Makefile b/multimedia/gstreamer-plugins-mpeg2enc/Makefile index 079fda4b5bc1..6a328baccede 100644 --- a/multimedia/gstreamer-plugins-mpeg2enc/Makefile +++ b/multimedia/gstreamer-plugins-mpeg2enc/Makefile @@ -12,6 +12,8 @@ COMMENT= Gstreamer mpeg encoder plugin GST_PLUGIN= mpeg2enc +BROKEN= Does not build + MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer-plugins .include "${MASTERDIR}/Makefile" |