diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-05-18 20:43:55 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-05-18 20:43:55 +0800 |
commit | 5d9d46175b1703e6704e7b12e3f8a007134b2bff (patch) | |
tree | 9d230877e10fd81e060a0f3a6b9d73d0b2921734 /editors/joe | |
parent | 83b8628048215130de7178c85576c7d249240294 (diff) | |
download | freebsd-ports-gnome-5d9d46175b1703e6704e7b12e3f8a007134b2bff.tar.gz freebsd-ports-gnome-5d9d46175b1703e6704e7b12e3f8a007134b2bff.tar.zst freebsd-ports-gnome-5d9d46175b1703e6704e7b12e3f8a007134b2bff.zip |
- Add USE_NCURSES to fix the problem of joe breaks when ncurses is installed.
PR: ports/157140
Submitted by: Raphael Kubo da Costa <kubito@gmail.com>
Diffstat (limited to 'editors/joe')
-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" |