diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 13:36:34 +0000 |
commit | 2e96c182fa4aeb73847421c1f60119ec16307a0d (patch) | |
tree | 56a5c0ffadacbae2a84b8bd47b2ae5be4df252cd /editors/nano | |
parent | f6de68eed783e3da880948a325d7ff04684aac41 (diff) |
Notes
Diffstat (limited to 'editors/nano')
-rw-r--r-- | editors/nano/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/nano/Makefile b/editors/nano/Makefile index 1f61d2c848ea..d5f9166459af 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include <bsd.port.options.mk> |