diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-20 15:19:15 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-20 15:19:15 +0000 |
commit | 5142898fc9d434bf8670e0d89b6587a3cdb328bd (patch) | |
tree | b8e76b61cd434429023d3c812d96e67846f12585 /editors/nano | |
parent | 50f616c0d6c30ee0d90c14760a8c2085b4cfdfe2 (diff) | |
download | freebsd-ports-5142898fc9d434bf8670e0d89b6587a3cdb328bd.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="" |