diff options
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 5afeff3ff109..da7b847f1ea6 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ MAINTAINER= naddy@FreeBSD.org COMMENT= Nano's ANOther editor, an enhanced free Pico clone -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |