diff options
author | az <az@FreeBSD.org> | 2012-06-29 01:51:57 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 01:51:57 +0800 |
commit | 59db4660951d60ad3a8736d31c7de0b86125544f (patch) | |
tree | a29b0fc20437a721f60a9557342a190d5a13a21b /science/p5-Chemistry-InternalCoords | |
parent | 349357b0704a96b648afe1e0544148c5e82d6e63 (diff) | |
download | freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.tar.gz freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.tar.zst freebsd-ports-gnome-59db4660951d60ad3a8736d31c7de0b86125544f.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: maintainer (via IRC)
Diffstat (limited to 'science/p5-Chemistry-InternalCoords')
-rw-r--r-- | science/p5-Chemistry-InternalCoords/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/science/p5-Chemistry-InternalCoords/Makefile b/science/p5-Chemistry-InternalCoords/Makefile index 3b3dad21b818..e9687243181d 100644 --- a/science/p5-Chemistry-InternalCoords/Makefile +++ b/science/p5-Chemistry-InternalCoords/Makefile @@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Represent the position of an atom using internal coordinates -BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \ - ${SITE_PERL}/Chemistry/Bond/Find.pm:${PORTSDIR}/science/p5-Chemistry-Bond-Find \ - ${SITE_PERL}/Chemistry/Canonicalize.pm:${PORTSDIR}/science/p5-Chemistry-Canonicalize -RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \ - ${SITE_PERL}/Chemistry/Bond/Find.pm:${PORTSDIR}/science/p5-Chemistry-Bond-Find \ - ${SITE_PERL}/Chemistry/Canonicalize.pm:${PORTSDIR}/science/p5-Chemistry-Canonicalize +BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ + p5-Chemistry-Bond-Find>=0:${PORTSDIR}/science/p5-Chemistry-Bond-Find \ + p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize +RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ + p5-Chemistry-Bond-Find>=0:${PORTSDIR}/science/p5-Chemistry-Bond-Find \ + p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize MAN3= Chemistry::InternalCoords.3 Chemistry::InternalCoords::Builder.3 |