diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 17:51:57 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-28 17:51:57 +0000 |
commit | fb486fa9815f6bcbfda1201bbf2a381d9610d992 (patch) | |
tree | 8743beffc1add7432c438edd4235779c3c978a51 /science/p5-Chemistry-FormulaPattern/Makefile | |
parent | ef16d2e450342ea7c3cbfde50b170e0bac4a850d (diff) | |
download | ports-fb486fa9815f6bcbfda1201bbf2a381d9610d992.tar.gz ports-fb486fa9815f6bcbfda1201bbf2a381d9610d992.zip |
Notes
Diffstat (limited to 'science/p5-Chemistry-FormulaPattern/Makefile')
-rw-r--r-- | science/p5-Chemistry-FormulaPattern/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/p5-Chemistry-FormulaPattern/Makefile b/science/p5-Chemistry-FormulaPattern/Makefile index 8adc555cc2cd..c63d35c40df0 100644 --- a/science/p5-Chemistry-FormulaPattern/Makefile +++ b/science/p5-Chemistry-FormulaPattern/Makefile @@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Match molecule by formula -BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \ - ${SITE_PERL}/Chemistry/Pattern.pm:${PORTSDIR}/science/p5-Chemistry-Pattern -RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \ - ${SITE_PERL}/Chemistry/Pattern.pm:${PORTSDIR}/science/p5-Chemistry-Pattern +BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ + p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern +RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ + p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern MAN3= Chemistry::FormulaPattern.3 Chemistry::File::FormulaPattern.3 |