aboutsummaryrefslogtreecommitdiff
path: root/x11/xcolors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:51:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:51:40 +0000
commitc3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4 (patch)
tree828f700090183daa6acd6192596612929c0b40c3 /x11/xcolors
parentecc7994ed979391fb1b16fc4610b52f7a4eb2d29 (diff)
downloadports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.tar.gz
ports-c3b85bf3d4ea9bee4a2309c5287ec1b1a0c272b4.zip
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/xcolors')
-rw-r--r--x11/xcolors/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/xcolors/Makefile b/x11/xcolors/Makefile
index e3e409c72105..8c7afa8f9b85 100644
--- a/x11/xcolors/Makefile
+++ b/x11/xcolors/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xcolors
-# Date created: 10 May 1995
-# Whom: asami
-#
+# Created by: asami
# $FreeBSD$
-#
PORTNAME= xcolors
PORTVERSION= 1.3
@@ -20,7 +16,7 @@ RUN_DEPENDS= showrgb:${PORTSDIR}/x11/rgb
WRKSRC= ${WRKDIR}/xcolors
USE_XORG= xaw xmu xt sm ice xpm xp xext x11
-USE_IMAKE= yes
+USES= imake
MAN1= xcolors.1
.include <bsd.port.mk>