diff options
author | kris <kris@FreeBSD.org> | 2000-04-29 21:52:52 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-04-29 21:52:52 +0000 |
commit | 425418b17429f2a414c9aaf05a3b2b087b06a1b9 (patch) | |
tree | 1d4d70874978f011c5e9c75a1fa898268c5c9e4d /graphics | |
parent | f3515c09c35093494b55554683b640e8b6c7495b (diff) | |
download | FreeBSD-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/Makefile | 7 |
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> |