svn commit: r348243 - head/devel/ncurses
John Marino
marino at FreeBSD.org
Fri Mar 14 14:53:24 UTC 2014
Author: marino
Date: Fri Mar 14 14:53:24 2014
New Revision: 348243
URL: http://svnweb.freebsd.org/changeset/ports/348243
QAT: https://qat.redports.org/buildarchive/r348243/
Log:
devel/ncurses: Unbreak (caused by overwritten USES=tar:tgz)
Modified:
head/devel/ncurses/Makefile
Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile Fri Mar 14 14:53:06 2014 (r348242)
+++ head/devel/ncurses/Makefile Fri Mar 14 14:53:24 2014 (r348243)
@@ -17,7 +17,6 @@ LICENSE= MIT
RELEASE= 5.9
-USES= tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT=../configure
CONFIGURE_ARGS= --datadir=${PREFIX}/share/misc --disable-overwrite \
@@ -40,7 +39,7 @@ TRACE_DESC= Add trace() function to all
CONFIGURE_ENV= gnat_exists="no"
USE_LDCONFIG= yes
-USES= pkgconfig
+USES= pkgconfig tar:tgz
WIDEC_WRKSRC= ${WRKSRC}/build.widec
NOWIDEC_WRKSRC= ${WRKSRC}/build.nowidec
More information about the svn-ports-all
mailing list