aboutsummaryrefslogtreecommitdiff
path: root/editors/ted
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/ted
parent8b330db9e10e1e3e9b78358da8c509d0586697b6 (diff)
downloadports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.tar.gz
ports-4ab73fde6eb5fc46fecfc39aec07fdcefbeff324.zip
Convert from USE_MOTIF to USES=motif
Notes
Notes: svn path=/head/; revision=322620
Diffstat (limited to 'editors/ted')
-rw-r--r--editors/ted/Makefile2
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