diff options
author | eadler <eadler@FreeBSD.org> | 2012-10-20 23:19:15 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-10-20 23:19:15 +0800 |
commit | eb79692fd40e981c74213e075ba98eaa104e5cae (patch) | |
tree | b8e76b61cd434429023d3c812d96e67846f12585 /editors/nano | |
parent | 5bee47750d665a74bf594135576da98053bcd9af (diff) | |
download | freebsd-ports-gnome-eb79692fd40e981c74213e075ba98eaa104e5cae.tar.gz freebsd-ports-gnome-eb79692fd40e981c74213e075ba98eaa104e5cae.tar.zst freebsd-ports-gnome-eb79692fd40e981c74213e075ba98eaa104e5cae.zip |
oops, committed from the wrong directory.
Pointyhat to: eadler
Feature safe: yes
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 674d31722178..ccf322669af1 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -19,6 +19,8 @@ MAKE_JOBS_SAFE= yes LICENSE= GPLv3 +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" |