aboutsummaryrefslogtreecommitdiff
path: root/x11/emu
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-03-28 00:20:17 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-03-28 00:20:17 +0000
commit018b01799558483445286ca987a444fc2d930083 (patch)
tree03a05a07027f748b3ad53255fe0ba7d26a2f3988 /x11/emu
parent596f9891ac11cbc405f6ff3f8984037a002f78db (diff)
downloadports-018b01799558483445286ca987a444fc2d930083.tar.gz
ports-018b01799558483445286ca987a444fc2d930083.zip
Notes
Diffstat (limited to 'x11/emu')
-rw-r--r--x11/emu/Makefile10
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>