aboutsummaryrefslogtreecommitdiff
path: root/math/aspcud
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@FreeBSD.org>2014-01-11 23:10:38 +0000
committerVsevolod Stakhov <vsevolod@FreeBSD.org>2014-01-11 23:10:38 +0000
commitd1cacdca9d74041f625b18b5b07f35bb3f662559 (patch)
treee29157b502e3fb1d2f0a5074f6e764f4cb42afed /math/aspcud
parent589950e027a86ff15ea58778288a6e50935e5024 (diff)
downloadports-d1cacdca9d74041f625b18b5b07f35bb3f662559.tar.gz
ports-d1cacdca9d74041f625b18b5b07f35bb3f662559.zip
Add an explicit build dependency on re2c.
Found by: Anil Madhavapeddy
Notes
Notes: svn path=/head/; revision=339462
Diffstat (limited to 'math/aspcud')
-rw-r--r--math/aspcud/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile
index 94c536e97afd..3a49d6efba92 100644
--- a/math/aspcud/Makefile
+++ b/math/aspcud/Makefile
@@ -11,6 +11,7 @@ MASTER_SITE_SUBDIR= potassco/${PORTNAME}/${PORTVERSION}
MAINTAINER= vsevolod@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 \