diff options
author | vd <vd@FreeBSD.org> | 2007-01-25 19:10:43 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2007-01-25 19:10:43 +0800 |
commit | 145ce3afd70256868ec529cdf2abe30400954341 (patch) | |
tree | 7cb40023c0cc5bccc19bced8383f880c664ec9e2 | |
parent | dee00393e0b101cff805bc34e558f307f6c094f9 (diff) | |
download | freebsd-ports-gnome-145ce3afd70256868ec529cdf2abe30400954341.tar.gz freebsd-ports-gnome-145ce3afd70256868ec529cdf2abe30400954341.tar.zst freebsd-ports-gnome-145ce3afd70256868ec529cdf2abe30400954341.zip |
Get rid of biology/coalesce dependency, it is deprecated and will be removed
shortly.
-rw-r--r-- | biology/lamarc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/lamarc/Makefile b/biology/lamarc/Makefile index 8a0c966f28a9..cffd1d7a1f55 100644 --- a/biology/lamarc/Makefile +++ b/biology/lamarc/Makefile @@ -7,6 +7,7 @@ PORTNAME= lamarc PORTVERSION= 2001.08.06 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= # empty DISTFILES= # none @@ -15,8 +16,7 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= A package of programs for computing population parameters -RUN_DEPENDS= coalesce:${PORTSDIR}/biology/coalesce \ - fluctuate:${PORTSDIR}/biology/fluctuate \ +RUN_DEPENDS= fluctuate:${PORTSDIR}/biology/fluctuate \ migrate:${PORTSDIR}/biology/migrate \ recombine:${PORTSDIR}/biology/recombine |