diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 00:39:14 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-27 00:39:14 +0800 |
commit | bc62127a69294fd3340ea793685953d98ff835dc (patch) | |
tree | d124c4d6f965d5152806ebfbf40e1b5a25860ddb /graphics/graphviz | |
parent | e8dd5f52410bdf2a989023706699373d47296008 (diff) | |
download | freebsd-ports-gnome-bc62127a69294fd3340ea793685953d98ff835dc.tar.gz freebsd-ports-gnome-bc62127a69294fd3340ea793685953d98ff835dc.tar.zst freebsd-ports-gnome-bc62127a69294fd3340ea793685953d98ff835dc.zip |
Convert from USE_GETTEXT to USES= gettext
While here:
- Trim some headers
- Convert to new options framework
Diffstat (limited to 'graphics/graphviz')
-rw-r--r-- | graphics/graphviz/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile index 88f4264913cd..4b1e68f495f6 100644 --- a/graphics/graphviz/Makefile +++ b/graphics/graphviz/Makefile @@ -94,8 +94,6 @@ NVTHREADS_DESC= Link with threads (needed for nvidia) USE_QT4= qmake_build moc_build rcc_build uic_build linguist_build corelib gui .endif -.include <bsd.port.pre.mk> - # allow the use localized gd ports in Makefile.local or slave ports. GD_PORT?= graphics/gd @@ -152,7 +150,7 @@ PLIST_SUB+= WITH_XPM="@comment " .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext .else CONFIGURE_ARGS+= --disable-nls .endif @@ -481,4 +479,4 @@ post-install: install-ldconfig-file ${EXAMPLESDIR}/pathplan_data/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |