aboutsummaryrefslogtreecommitdiffstats
path: root/science/p5-Chemistry-File-MDLMol
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-29 01:51:57 +0800
committeraz <az@FreeBSD.org>2012-06-29 01:51:57 +0800
commit59db4660951d60ad3a8736d31c7de0b86125544f (patch)
treea29b0fc20437a721f60a9557342a190d5a13a21b /science/p5-Chemistry-File-MDLMol
parent349357b0704a96b648afe1e0544148c5e82d6e63 (diff)
downloadfreebsd-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-File-MDLMol')
-rw-r--r--science/p5-Chemistry-File-MDLMol/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/p5-Chemistry-File-MDLMol/Makefile b/science/p5-Chemistry-File-MDLMol/Makefile
index 7aab92ac89aa..263832e40c1c 100644
--- a/science/p5-Chemistry-File-MDLMol/Makefile
+++ b/science/p5-Chemistry-File-MDLMol/Makefile
@@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= swills@FreeBSD.org
COMMENT= MDL molfile reader/write
-BUILD_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \
- ${SITE_PERL}/Chemistry/Ring/Find.pm:${PORTSDIR}/science/p5-Chemistry-Ring
-RUN_DEPENDS= ${SITE_PERL}/Chemistry/Mol.pm:${PORTSDIR}/science/p5-Chemistry-Mol \
- ${SITE_PERL}/Chemistry/Ring/Find.pm:${PORTSDIR}/science/p5-Chemistry-Ring
+BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
+ p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring
+RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \
+ p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring
MAN3= Chemistry::File::MDLMol.3 Chemistry::File::SDF.3