diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-20 18:19:35 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-20 18:19:35 +0000 |
commit | 028c23eaf1370d0f5f282274749e8c091e67b161 (patch) | |
tree | 9fee354c372048e065244bc3abd60e3bf9c35a6b /editors/nano | |
parent | 98f8f27a86460495087f593525ab9d2bd92b226c (diff) | |
download | ports-028c23eaf1370d0f5f282274749e8c091e67b161.tar.gz ports-028c23eaf1370d0f5f282274749e8c091e67b161.zip |
Actually enable all those nifty new features.
Reported by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes:
svn path=/head/; revision=75963
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 a9e4e4d645db..cd6399dae53c 100644 --- a/editors/nano/Makefile +++ b/editors/nano/Makefile @@ -7,6 +7,7 @@ PORTNAME= nano PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://www.nano-editor.org/dist/v1.2/ \ ${MASTER_SITE_GNU} @@ -20,6 +21,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --enable-all MAN1= nano.1 MAN5= nanorc.5 |