summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2000-04-29 21:52:52 +0000
committerkris <kris@FreeBSD.org>2000-04-29 21:52:52 +0000
commit425418b17429f2a414c9aaf05a3b2b087b06a1b9 (patch)
tree1d4d70874978f011c5e9c75a1fa898268c5c9e4d /graphics
parentf3515c09c35093494b55554683b640e8b6c7495b (diff)
downloadFreeBSD-ports-425418b17429f2a414c9aaf05a3b2b087b06a1b9.zip
FreeBSD-ports-425418b17429f2a414c9aaf05a3b2b087b06a1b9.tar.gz
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
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mpegedit/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/mpegedit/Makefile b/graphics/mpegedit/Makefile
index 5bd5a8d..1449155 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>
OpenPOWER on IntegriCloud