aboutsummaryrefslogtreecommitdiff
path: root/x11/xmotd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xmotd/Makefile')
-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}