aboutsummaryrefslogtreecommitdiff
path: root/devel/ncurses-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ncurses-devel/Makefile')
-rw-r--r--devel/ncurses-devel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ncurses-devel/Makefile b/devel/ncurses-devel/Makefile
index 45db58b4e130..d2c001f73e19 100644
--- a/devel/ncurses-devel/Makefile
+++ b/devel/ncurses-devel/Makefile
@@ -12,10 +12,11 @@ MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.clark.net/pub/dickey/ncurses/4.2/
MASTER_SITE_SUBDIR= ncurses
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} terminfo.src.gz
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= andy@icc.surw.chel.su
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+
Y2K= http://www.gnu.org/software/year2000.html
MAN1= captoinfo.1m clear.1 infocmp.1m tic.1m toe.1m tput.1 tset.1
@@ -50,7 +51,7 @@ MANUAL_PACKAGE_BUILD= conflicts with system ncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
--disable-termcap --includedir=${PREFIX}/include/ncurses \
- --prefix=${PREFIX} --with-profile --with-shared
+ --with-profile --with-shared
CONFIGURE_ENV= gnat_exists="no" ac_cv_path_LDCONFIG="${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib"
.include <bsd.port.pre.mk>