diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-10 05:49:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-10 05:49:35 +0800 |
commit | f919957363034c287ce4527a437758326ccd1c01 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /cad/electric/Makefile | |
parent | 172d17717dff405bc47298ed9348544313605370 (diff) | |
download | freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.tar.gz freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.tar.zst freebsd-ports-gnome-f919957363034c287ce4527a437758326ccd1c01.zip |
Convert from USE_MOTIF to USES=motif
While here:
- trim headers
- Remove indefinite article from comment
- convert USE_GMAKE to USES=gmake
Diffstat (limited to 'cad/electric/Makefile')
-rw-r--r-- | cad/electric/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/electric/Makefile b/cad/electric/Makefile index 01e3a8a4c25e..2e2ffb3508ce 100644 --- a/cad/electric/Makefile +++ b/cad/electric/Makefile @@ -18,9 +18,10 @@ OPTIONS_DEFINE= T1LIB NLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= T1LIB T1LIB_DESC= Use T1lib Type1 font library +USES= motif + .include <bsd.port.options.mk> -USE_MOTIF= yes FEATURES+= MOTIF .if ${PORT_OPTIONS:MT1LIB} |