diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mpegedit/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile index 5bd5a8d653fa..1449155ff478 100644 --- a/graphics/mpegedit/Makefile +++ b/graphics/mpegedit/Makefile @@ -15,12 +15,7 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm -.include <bsd.port.pre.mk> -.if ${OSVERSION} > 400002 && ${OSVERSION} < 400012 -BROKEN= won\'t build with egcs compiler -.endif - USE_X_PREFIX= yes USE_GMAKE= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |