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/xmsg | |
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/xmsg')
-rw-r--r-- | x11/xmsg/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xmsg/Makefile b/x11/xmsg/Makefile index a9da63966c2b..5c23e8d5b029 100644 --- a/x11/xmsg/Makefile +++ b/x11/xmsg/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xmsg -# Date created: 21 September 1999 -# Whom: jsellens -# +# Created by: jsellens # $FreeBSD$ -# PORTNAME= xmsg PORTVERSION= 1.1 @@ -17,7 +13,7 @@ COMMENT= The X11R4 version of xmessage updated for X11R5 and renamed MAN1= xmsg.1 MANCOMPRESSED= yes PLIST_FILES= bin/xmsg -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xaw xmu xt sm ice .include <bsd.port.mk> |