diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-01-11 23:10:38 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2014-01-11 23:10:38 +0000 |
commit | d1cacdca9d74041f625b18b5b07f35bb3f662559 (patch) | |
tree | e29157b502e3fb1d2f0a5074f6e764f4cb42afed /math | |
parent | 589950e027a86ff15ea58778288a6e50935e5024 (diff) | |
download | ports-d1cacdca9d74041f625b18b5b07f35bb3f662559.tar.gz ports-d1cacdca9d74041f625b18b5b07f35bb3f662559.zip |
Notes
Diffstat (limited to 'math')
-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 \ |