diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 21:52:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-04-29 21:52:52 +0000 |
commit | efc42222a997d1d521402cde74100a7475221f42 (patch) | |
tree | 7112250f5feab4cc37c63d557fd00f5050c1ed99 /multimedia/mpegedit | |
parent | 13df59d19863e10a87db8de5a3bf6badf6c5e0ed (diff) | |
download | ports-efc42222a997d1d521402cde74100a7475221f42.tar.gz ports-efc42222a997d1d521402cde74100a7475221f42.zip |
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/mpegedit')
-rw-r--r-- | multimedia/mpegedit/Makefile | 7 |
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> |