svn commit: r339462 - head/math/aspcud

Vsevolod Stakhov vsevolod at FreeBSD.org
Sat Jan 11 23:10:38 UTC 2014


Author: vsevolod
Date: Sat Jan 11 23:10:38 2014
New Revision: 339462
URL: http://svnweb.freebsd.org/changeset/ports/339462

Log:
  Add an explicit build dependency on re2c.
  
  Found by:	Anil Madhavapeddy

Modified:
  head/math/aspcud/Makefile

Modified: head/math/aspcud/Makefile
==============================================================================
--- head/math/aspcud/Makefile	Sat Jan 11 23:04:21 2014	(r339461)
+++ head/math/aspcud/Makefile	Sat Jan 11 23:10:38 2014	(r339462)
@@ -11,6 +11,7 @@ MASTER_SITE_SUBDIR=	potassco/${PORTNAME}
 MAINTAINER=	vsevolod at FreeBSD.org
 COMMENT=	Advanced solver for package dependencies
 
+BUILD_DEPENDS=	re2c:${PORTSDIR}/devel/re2c
 LIB_DEPENDS=	libboost_thread.so:${PORTSDIR}/devel/boost-libs
 RUN_DEPENDS=	gringo:${PORTSDIR}/math/gringo \
 				clasp:${PORTSDIR}/math/clasp \


More information about the svn-ports-all mailing list