diff options
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index f5add35fa439..67e0f96682d1 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -50,7 +50,7 @@ INDDIR= ${DATADIR}/dfa USE_GNOME= gtk20 CONFIGURE_ARGS+=--with-GTK .else -USE_MOTIF= yes +USES+= motif CONFIGURE_ARGS+=--with-MOTIF .endif |