summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-04-29 21:52:52 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-04-29 21:52:52 +0000
commitefc42222a997d1d521402cde74100a7475221f42 (patch)
tree7112250f5feab4cc37c63d557fd00f5050c1ed99 /multimedia
parentMark BROKEN: this port tries to run eg++ (diff)
USE_X_PREFIX wasn't being set early enough due to a version check for
old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
Notes
Notes: svn path=/head/; revision=28092
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mpegedit/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/multimedia/mpegedit/Makefile b/multimedia/mpegedit/Makefile
index 5bd5a8d653fa..1449155ff478 100644
--- a/multimedia/mpegedit/Makefile
+++ b/multimedia/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>