diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 14:49:35 +0800 |
commit | 001afe11f445e4869bac6a102524066580819412 (patch) | |
tree | 3b8d48aa271eba0bfcc38ae208c7dc331ca94217 /editors/ted | |
parent | b41e4c8ce508f1206eba1b3746328e966b5be209 (diff) | |
download | freebsd-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/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 |