Date: Sat, 11 Jan 2014 23:10:38 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339462 - head/math/aspcud Message-ID: <201401112310.s0BNAcVv098595@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401112310.s0BNAcVv098595>