aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-10 14:49:35 +0800
committerbapt <bapt@FreeBSD.org>2013-07-10 14:49:35 +0800
commit001afe11f445e4869bac6a102524066580819412 (patch)
tree3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/vim
parentb41e4c8ce508f1206eba1b3746328e966b5be209 (diff)
downloadfreebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.gz
freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.tar.zst
freebsd-ports-gnome-001afe11f445e4869bac6a102524066580819412.zip
Convert from USE_MOTIF to USES=motif
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index 61043b071053..0d631fba5981 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -160,7 +160,7 @@ USE_XORG+= xt glproto
. endif
. if ${PORT_OPTIONS:MMOTIF}
-USE_MOTIF= yes
+USES+= motif
CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\""
MAKE_ARGS+= MOTIFHOME=${LOCALBASE}
. endif