svn commit: r381068 - head/devel/adacurses
John Marino
marino at FreeBSD.org
Thu Mar 12 09:43:11 UTC 2015
Author: marino
Date: Thu Mar 12 09:43:10 2015
New Revision: 381068
URL: https://svnweb.freebsd.org/changeset/ports/381068
QAT: https://qat.redports.org/buildarchive/r381068/
Log:
devel/adacurses: Link with base ncurses preferentially over ports version
While here, mark as jobs unsafe.
Modified:
head/devel/adacurses/Makefile
Modified: head/devel/adacurses/Makefile
==============================================================================
--- head/devel/adacurses/Makefile Thu Mar 12 09:17:40 2015 (r381067)
+++ head/devel/adacurses/Makefile Thu Mar 12 09:43:10 2015 (r381068)
@@ -3,7 +3,7 @@
PORTNAME= adacurses
PORTVERSION= 20110404
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/AdaCurses/
DISTNAME= AdaCurses-${PORTVERSION}
@@ -13,7 +13,7 @@ COMMENT= Ada95 bindings for ncurses
LICENSE= MIT
-USES= ada gmake ncurses:port tar:tgz
+USES= ada gmake ncurses tar:tgz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ada-include=${PREFIX}/include/adacurses \
--with-ada-objects=${PREFIX}/lib/adacurses \
@@ -22,6 +22,8 @@ CONFIGURE_ARGS= --with-ada-include=${PRE
OPTIONS_DEFINE= DOCS
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.options.mk>
post-patch:
More information about the svn-ports-all
mailing list