svn commit: r340919 - head/math/aspcud

Vsevolod Stakhov vsevolod at FreeBSD.org
Fri Jan 24 16:50:54 UTC 2014


Author: vsevolod
Date: Fri Jan 24 16:50:53 2014
New Revision: 340919
URL: http://svnweb.freebsd.org/changeset/ports/340919
QAT: https://qat.redports.org/buildarchive/r340919/

Log:
  - Unbreak on FreeBSD < 10 by depending on c++11 compiler
  - Add license

Modified:
  head/math/aspcud/Makefile

Modified: head/math/aspcud/Makefile
==============================================================================
--- head/math/aspcud/Makefile	Fri Jan 24 16:40:14 2014	(r340918)
+++ head/math/aspcud/Makefile	Fri Jan 24 16:50:53 2014	(r340919)
@@ -11,6 +11,8 @@ MASTER_SITE_SUBDIR=	potassco/${PORTNAME}
 MAINTAINER=	vsevolod at FreeBSD.org
 COMMENT=	Advanced solver for package dependencies
 
+LICENSE=	GPLv3
+
 BUILD_DEPENDS=	re2c:${PORTSDIR}/devel/re2c
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs
 RUN_DEPENDS=	gringo:${PORTSDIR}/math/gringo \
@@ -18,7 +20,7 @@ RUN_DEPENDS=	gringo:${PORTSDIR}/math/gri
 				bash:${PORTSDIR}/shells/bash
 
 USE_PYTHON_RUN=	yes
-USES=	cmake:outsource shebangfix
+USES=	compiler:c++11-lang cmake:outsource shebangfix
 SHEBANG_FILES=	${WRKSRC}/scripts/aspcud.sh
 
 post-patch:


More information about the svn-ports-all mailing list