diff options
author | crees <crees@FreeBSD.org> | 2012-05-23 04:55:10 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-05-23 04:55:10 +0800 |
commit | a911fa515cc98615cf66c5ca466a3075a8fbc485 (patch) | |
tree | 0ac86e24b52fc016683bbe9f3bc8dd916231659e /math | |
parent | d745f859f1f7c70d857f7363dc6b64c78474f392 (diff) | |
download | freebsd-ports-gnome-a911fa515cc98615cf66c5ca466a3075a8fbc485.tar.gz freebsd-ports-gnome-a911fa515cc98615cf66c5ca466a3075a8fbc485.tar.zst freebsd-ports-gnome-a911fa515cc98615cf66c5ca466a3075a8fbc485.zip |
Use packages rather than files for dependencies, to avoid breaking when
packages are reorganised.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-LinearCombination/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-LinearCombination/Makefile b/math/p5-Math-LinearCombination/Makefile index d277dc69295a..4168b4f4c79e 100644 --- a/math/p5-Math-LinearCombination/Makefile +++ b/math/p5-Math-LinearCombination/Makefile @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Sum of variables with a numerical coefficient -BUILD_DEPENDS= ${SITE_PERL}/fields.pm:${PORTSDIR}/devel/p5-Class-Fields \ - ${SITE_PERL}/Math/SimpleVariable.pm:${PORTSDIR}/math/p5-Math-SimpleVariable +BUILD_DEPENDS= p5-Class-Fields>=0:${PORTSDIR}/devel/p5-Class-Fields \ + p5-Math-SimpleVariable>=0:${PORTSDIR}/math/p5-Math-SimpleVariable RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |