aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-10 15:00:44 +0800
committerbapt <bapt@FreeBSD.org>2013-07-10 15:00:44 +0800
commit2ea731964eb67c501dccc7db3bd1e17a299faa62 (patch)
tree567d3c4f39ba679f84c7c393db293295d2f6b632 /x11
parenta564d011d1e5b4c73ae59238e35a2521f20d22d1 (diff)
downloadfreebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.gz
freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.tar.zst
freebsd-ports-gnome-2ea731964eb67c501dccc7db3bd1e17a299faa62.zip
Convert from USE_MOTIF to USES=motif
While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment
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}