diff options
author | antoine <antoine@FreeBSD.org> | 2014-03-28 08:20:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-03-28 08:20:17 +0800 |
commit | acc4e9a9519437f213978a5b92e0e31d01dec8f2 (patch) | |
tree | 03a05a07027f748b3ad53255fe0ba7d26a2f3988 /x11 | |
parent | 6fec23169d647cb6276e5017eab8d546a1f54be2 (diff) | |
download | freebsd-ports-gnome-acc4e9a9519437f213978a5b92e0e31d01dec8f2.tar.gz freebsd-ports-gnome-acc4e9a9519437f213978a5b92e0e31d01dec8f2.tar.zst freebsd-ports-gnome-acc4e9a9519437f213978a5b92e0e31d01dec8f2.zip |
This port is also broken on freebsd 8
Reported by: pkg-fallout
Diffstat (limited to 'x11')
-rw-r--r-- | x11/emu/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index 8ec5f53e4c14..f420b1ec0340 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -11,7 +11,8 @@ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org COMMENT= Terminal emulator for the X Window System -DEPRECATED= Broken on recent FreeBSD 9+, not staged +BROKEN= fails to build +DEPRECATED= Broken, not staged EXPIRATION_DATE= 2014-04-24 BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb @@ -23,15 +24,10 @@ USE_XORG= ice sm x11 xaw xext xmu xpm xt WRKSRC= ${WRKDIR}/emu NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif MAN1= emu.1 pre-configure: cd ${WRKSRC}/client ; ${LN} -s ../doc/emu.man . -.include <bsd.port.post.mk> +.include <bsd.port.mk> |