diff options
author | naddy <naddy@FreeBSD.org> | 2003-02-20 18:19:35 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-02-20 18:19:35 +0000 |
commit | 4b3e5dd0c64f7c37b297e6e8963fb449662a6c1d (patch) | |
tree | b10ba13f345fd23aacdc4ebca6459f00f8fe6a60 | |
parent | f358b8f0805895c983a42c7659ba48f39d0694f8 (diff) | |
download | FreeBSD-ports-4b3e5dd0c64f7c37b297e6e8963fb449662a6c1d.zip FreeBSD-ports-4b3e5dd0c64f7c37b297e6e8963fb449662a6c1d.tar.gz |
Actually enable all those nifty new features.
Reported by: Clement Laforet <sheepkiller@cultdeadsheep.org>
-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 a9e4e4d..cd6399d 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 |