diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-09 21:49:35 +0000 |
commit | bad37a6cd4b811ce01dd9f0064fd020df161bc43 (patch) | |
tree | 496c722222b746ec4b7d8e984d2c9c4c053e3fbc /cad/electric | |
parent | 2c80774ea9e44f876b9af2e57eb6518e34b048e6 (diff) |
Notes
Diffstat (limited to 'cad/electric')
-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} |