aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-10-20 15:19:15 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-10-20 15:19:15 +0000
commit5142898fc9d434bf8670e0d89b6587a3cdb328bd (patch)
treeb8e76b61cd434429023d3c812d96e67846f12585 /editors
parent50f616c0d6c30ee0d90c14760a8c2085b4cfdfe2 (diff)
downloadports-5142898fc9d434bf8670e0d89b6587a3cdb328bd.tar.gz
ports-5142898fc9d434bf8670e0d89b6587a3cdb328bd.zip
oops, committed from the wrong directory.
Pointyhat to: eadler Feature safe: yes
Notes
Notes: svn path=/head/; revision=306188
Diffstat (limited to 'editors')
-rw-r--r--editors/nano/Makefile2
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=""