diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-05-06 15:34:17 +0000 |
commit | 9f1de9b900c064307cc328ec436f07477dfaa7f0 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /editors | |
parent | 296877462b8b100e9f83f9c6aa6ed4bff34c6def (diff) | |
download | ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.tar.gz ports-9f1de9b900c064307cc328ec436f07477dfaa7f0.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/Makefile | 2 | ||||
-rw-r--r-- | editors/joe/Makefile | 11 | ||||
-rw-r--r-- | editors/mp/Makefile | 3 |
5 files changed, 7 insertions, 13 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile index 15ae01543bae..28fcc50205c1 100644 --- a/editors/emacs-devel/Makefile +++ b/editors/emacs-devel/Makefile @@ -25,8 +25,8 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-23.* \ EMACS_VER= 24.3.50 EMACS_REV= 112178 GNU_CONFIGURE= yes +USES= ncurses USE_GMAKE= yes -USE_NCURSES= yes USE_XZ= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index aaa5ccd17b10..5df92d86ceb9 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -22,8 +22,8 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-23.* \ EMACS_VER= 24.3 GNU_CONFIGURE= yes +USES= ncurses USE_GMAKE= yes -USE_NCURSES= yes USE_XZ= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 8588452be88f..194b068e0708 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -24,9 +24,9 @@ CONFLICTS= emacs-19.* emacs-21.* emacs-22.* emacs-24.* \ EMACS_VER= 23.4 GNU_CONFIGURE= yes +USES= ncurses USE_GMAKE= yes USE_BZIP2= yes -USE_NCURSES= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var diff --git a/editors/joe/Makefile b/editors/joe/Makefile index 81d1eee2bfa5..e44535aa14a8 100644 --- a/editors/joe/Makefile +++ b/editors/joe/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: joe -# Date created: 01 Jul 1995 -# Whom: torstenb@FreeBSD.org -# +# Created by: torstenb@FreeBSD.org # $FreeBSD$ -# PORTNAME= joe PORTVERSION= 3.7 @@ -22,8 +18,7 @@ CONFLICTS= joe-2.* LICENSE= GPLv1 USE_GMAKE= yes -USES= iconv -USE_NCURSES= yes +USES= iconv ncurses GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -liconv" CPPFLAGS+= -I${LOCALBASE}/include @@ -35,7 +30,7 @@ MANLANG= "" ru .include <bsd.port.pre.mk> -.ifdef NOPORTDOCS +.if ! ${PORT_OPTIONS:MDOCS} post-patch: ${REINPLACE_CMD} 's,install-data-am: install-data_charmapsDATA install-data_docDATA,install-data-am: install-data_charmapsDATA,' \ ${WRKSRC}/Makefile.in diff --git a/editors/mp/Makefile b/editors/mp/Makefile index fc3256809a74..96128c52e3ae 100644 --- a/editors/mp/Makefile +++ b/editors/mp/Makefile @@ -16,8 +16,7 @@ OPTIONS_RADIO= GUI OPTIONS_RADIO_GUI= GTK3 GTK2 QT4 OPTIONS_DEFAULT= PCRE -USE_NCURSES= yes -USES= iconv +USES= iconv ncurses HAS_CONFIGURE= yes CONFIGURE_SCRIPT= config.sh CONFIGURE_ARGS= --prefix=${PREFIX} --without-win32 --without-kde4 |