diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-02 12:57:55 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-02 12:57:55 +0800 |
commit | 87ceaa3fac82a5109e54714cc36868335d909e2a (patch) | |
tree | 0bad9a773b5c9115bb0fd055893ee26123f31850 /graphics/gopchop | |
parent | 3fadc56dab95227465eace7e2d71b2606f4c48ed (diff) | |
download | freebsd-ports-gnome-87ceaa3fac82a5109e54714cc36868335d909e2a.tar.gz freebsd-ports-gnome-87ceaa3fac82a5109e54714cc36868335d909e2a.tar.zst freebsd-ports-gnome-87ceaa3fac82a5109e54714cc36868335d909e2a.zip |
Preemptivily mark BROKEN since it does not work with libmpeg 0.3.0
and later versions. libmpeg will be updated to 0.3.1 shortly
Reviewed by: ijliao
Diffstat (limited to 'graphics/gopchop')
-rw-r--r-- | graphics/gopchop/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gopchop/Makefile b/graphics/gopchop/Makefile index 46b5540151d9..8a162d4169df 100644 --- a/graphics/gopchop/Makefile +++ b/graphics/gopchop/Makefile @@ -17,6 +17,8 @@ DISTNAME= GOPchop-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +BROKEN= Does not work with libmpeg 0.3.0 and later + BUILD_DEPENDS= ${LOCALBASE}/lib/libvo.a:${PORTSDIR}/multimedia/libmpeg2 LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \ mpeg2.0:${PORTSDIR}/multimedia/libmpeg2 |