summaryrefslogtreecommitdiff
path: root/editors/emacs23
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 06:49:35 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 06:49:35 +0000
commit4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (patch)
tree3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/emacs23
parentError message when not able to create the optiondir directory. (diff)
Convert from USE_MOTIF to USES=motif
Notes
Notes: svn path=/head/; revision=322620
Diffstat (limited to 'editors/emacs23')
-rw-r--r--editors/emacs23/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 194b068e0708..923f178aa252 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --with-x-toolkit=athena
USE_XORG= xaw
CONFIGURE_ARGS+= --with-x-toolkit=athena --without-xaw3d
.elif ${PORT_OPTIONS:MMOTIF}
-USE_MOTIF= yes
+USES+= motif
CONFIGURE_ARGS+= --with-x-toolkit=motif
.endif