summaryrefslogtreecommitdiff
path: root/multimedia/mpegedit
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 16:55:16 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 16:55:16 +0000
commit5f7699d91306bf745f9439d9adfd5cdaef0ffb86 (patch)
treea8989f5f9ce34d49ec88af95f6c3e22b66507a33 /multimedia/mpegedit
parentUse time_t instead of long so this builds on the Alpha. (diff)
This port doesn't build when the system compiler is egcs.
Notes
Notes: svn path=/head/; revision=19655
Diffstat (limited to 'multimedia/mpegedit')
-rw-r--r--multimedia/mpegedit/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile
index 7e36da5cf7ea..e0d3c35047fc 100644
--- a/multimedia/mpegedit/Makefile
+++ b/multimedia/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>