diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:49:35 +0000 |
commit | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/emacs-devel | |
parent | 8b330db9e10e1e3e9b78358da8c509d0586697b6 (diff) |
Notes
Diffstat (limited to 'editors/emacs-devel')
-rw-r--r-- | editors/emacs-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index d510acd093a9..bfed3fb7c7fd 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -105,7 +105,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 |