diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:55:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 16:55:16 +0000 |
commit | 5f7699d91306bf745f9439d9adfd5cdaef0ffb86 (patch) | |
tree | a8989f5f9ce34d49ec88af95f6c3e22b66507a33 /graphics/mpegedit | |
parent | cd4f9532a62b6001c7e2e081bc3ed9400004bd01 (diff) | |
download | ports-5f7699d91306bf745f9439d9adfd5cdaef0ffb86.tar.gz ports-5f7699d91306bf745f9439d9adfd5cdaef0ffb86.zip |
Notes
Diffstat (limited to 'graphics/mpegedit')
-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> |