summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 07:00:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 07:00:44 +0000
commit942c2a28be6e560a605ebc033cdb2621880953d1 (patch)
tree567d3c4f39ba679f84c7c393db293295d2f6b632 /x11
parentConvert from USE_MOTIF to USES=motif (diff)
Convert from USE_MOTIF to USES=motif
While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
Notes
Notes: svn path=/head/; revision=322622
Diffstat (limited to 'x11')
-rw-r--r--x11/xforward/Makefile8
-rw-r--r--x11/xmotd/Makefile3
2 files changed, 3 insertions, 8 deletions
diff --git a/x11/xforward/Makefile b/x11/xforward/Makefile
index c6edaac0598a..12d1c1f57150 100644
--- a/x11/xforward/Makefile
+++ b/x11/xforward/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: xforward
-# Date created: 27 April 2012
-# Whom: Cy Schubert <cy@FreeBSD.org>
-#
+# Created by: Cy Schubert <cy@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= xforward
PORTVERSION= 1.0
@@ -21,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/NOTICE
MAKE_ARGS+= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE}
USE_XORG= x11 xt xaw
-USE_MOTIF= yes
+USES= motif
MAN1= xforward.1
PLIST_FILES= bin/xforward
diff --git a/x11/xmotd/Makefile b/x11/xmotd/Makefile
index 87dbef6bf9b9..ce642e066104 100644
--- a/x11/xmotd/Makefile
+++ b/x11/xmotd/Makefile
@@ -21,7 +21,6 @@ PLIST_FILES= bin/xmotd
OPTIONS_DEFINE= HTML MOTIF XPM
HTML_DESC= Use HTML widget instead of ASCII text
-
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MHTML}
@@ -31,7 +30,7 @@ BROKEN= Does not compile when WITH_HTML is set
.if ${PORT_OPTIONS:MMOTIF}
MAKE_ARGS+= -DMOTIF
-USE_MOTIF= yes
+USES+= motif
.endif
.if ${PORT_OPTIONS:MXPM}