diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-18 12:43:55 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2011-05-18 12:43:55 +0000 |
commit | 74e448ba869bdc8403beb80ed0991ae6cbcdf0df (patch) | |
tree | bc18000e57749685e27f30ec4eda2b1466244679 /editors | |
parent | 09c900cdeb1696dba8dc2137f96a6a42062e2528 (diff) | |
download | ports-74e448ba869bdc8403beb80ed0991ae6cbcdf0df.tar.gz ports-74e448ba869bdc8403beb80ed0991ae6cbcdf0df.zip |
Notes
Diffstat (limited to 'editors')
-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" |