diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 22:51:40 +0000 |
commit | c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch) | |
tree | 828f700090183daa6acd6192596612929c0b40c3 /x11/emu | |
parent | ecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff) |
Convert to USES=imake
Trim headers
Convert emu to USES=display
Remove indefinite article
Notes
Notes:
svn path=/head/; revision=322008
Diffstat (limited to 'x11/emu')
-rw-r--r-- | x11/emu/Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/x11/emu/Makefile b/x11/emu/Makefile index ba6dc3fcd647..77ee68ca75c1 100644 --- a/x11/emu/Makefile +++ b/x11/emu/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: emu -# Date created: 13 September 1994 -# Whom: jkh -# +# Created by: jkh # $FreeBSD$ -# PORTNAME= emu PORTVERSION= 1.31 @@ -13,14 +9,13 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org -COMMENT= A terminal emulator for the X Window System +COMMENT= Terminal emulator for the X Window System BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb RUN_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb -USE_IMAKE= yes +USES= imake display USE_XORG= ice sm x11 xaw xext xmu xpm xt -USE_DISPLAY= yes WRKSRC= ${WRKDIR}/emu @@ -30,10 +25,6 @@ WRKSRC= ${WRKDIR}/emu BROKEN= fails to build with new utmpx .endif -.if (!defined(DISPLAY) || ${DISPLAY} == "") && !defined(PACKAGE_BUILDING) -IGNORE= requires an active X session (and DISPLAY variable) to run xrdb. Please compile this while running X -.endif - MAN1= emu.1 pre-configure: |