diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2014-01-12 07:10:38 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2014-01-12 07:10:38 +0800 |
commit | 966545c1f127812be1eb045ac960d14cb8693897 (patch) | |
tree | e29157b502e3fb1d2f0a5074f6e764f4cb42afed /math/aspcud | |
parent | 9c4ffa2bacd0830aef1ff0824082a4571c82bf3a (diff) | |
download | freebsd-ports-gnome-966545c1f127812be1eb045ac960d14cb8693897.tar.gz freebsd-ports-gnome-966545c1f127812be1eb045ac960d14cb8693897.tar.zst freebsd-ports-gnome-966545c1f127812be1eb045ac960d14cb8693897.zip |
Add an explicit build dependency on re2c.
Found by: Anil Madhavapeddy
Diffstat (limited to 'math/aspcud')
-rw-r--r-- | math/aspcud/Makefile | 1 |
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 \ |