aboutsummaryrefslogtreecommitdiff
path: root/x11/xmotd
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/xmotd
parent1679a3f535999d7959d45dfc6a5809c8e1ddf919 (diff)
downloadports-942c2a28be6e560a605ebc033cdb2621880953d1.tar.gz
ports-942c2a28be6e560a605ebc033cdb2621880953d1.zip
Notes
Diffstat (limited to 'x11/xmotd')
-rw-r--r--x11/xmotd/Makefile3
1 files changed, 1 insertions, 2 deletions
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}