diff options
-rw-r--r-- | editors/joe/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 28fd5f54ad61..599c3268cb4f 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -7,6 +7,7 @@ PORTNAME= joe PORTVERSION= 3.7 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES?= editors MASTER_SITES= SF/joe-editor/JOE%20sources/joe-${PORTVERSION} @@ -19,8 +20,10 @@ RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell CONFLICTS= joe-2.* +LICENSE= GPLv1 USE_GMAKE= yes USE_ICONV= yes +USE_NCURSES= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -liconv" |