diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 00:55:16 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 00:55:16 +0800 |
commit | cf89be18f818c6924cd9042c881404ddb195a8b2 (patch) | |
tree | dcdb1e0f3d49b369f5a35349e359d2b55049fd37 /graphics | |
parent | eeef29afe4afddef6b85cf869ff75f8c7440c104 (diff) | |
download | freebsd-ports-gnome-cf89be18f818c6924cd9042c881404ddb195a8b2.tar.gz freebsd-ports-gnome-cf89be18f818c6924cd9042c881404ddb195a8b2.tar.zst freebsd-ports-gnome-cf89be18f818c6924cd9042c881404ddb195a8b2.zip |
This port doesn't build when the system compiler is egcs.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mpegedit/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile index 7e36da5cf7ea..e0d3c35047fc 100644 --- a/graphics/mpegedit/Makefile +++ b/graphics/mpegedit/Makefile @@ -3,7 +3,7 @@ # Date created: Thu Aug 1 10:50:57 CDT 1996 # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.7 1998/10/12 01:08:23 jseger Exp $ +# $Id: Makefile,v 1.8 1998/10/13 03:16:33 jseger Exp $ # DISTNAME= mpegedit_v2.2 @@ -15,7 +15,12 @@ MAINTAINER= erich@FreeBSD.org BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm +.include <bsd.port.pre.mk> +.if ${OSVERSION} > 400002 +BROKEN= won\'t build with egcs compiler +.endif + USE_X_PREFIX= yes USE_GMAKE= yes -.include <bsd.port.mk> +.include <bsd.port.post.mk> |