diff options
author | kris <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a (patch) | |
tree | 7f4884a71d2bb91ee8813334150e1d1cc6fc9df1 /devel/swarm | |
parent | 5cfcf7f635b937d037d1ca47d55fffc4a02629fb (diff) | |
download | FreeBSD-ports-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.zip FreeBSD-ports-8844b2dd4c2a177c7c9bce85f1674fbefcdfa10a.tar.gz |
Move the ancient emacs 19.x port from editors/emacs to
editors/emacs19, and update the main emacs port to 21.x by copying from
editors/emacs21. Retire the editors/emacs21 port.
PR: ports/24983
Diffstat (limited to 'devel/swarm')
-rw-r--r-- | devel/swarm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/swarm/Makefile b/devel/swarm/Makefile index cd243fb..4203a8c 100644 --- a/devel/swarm/Makefile +++ b/devel/swarm/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.santafe.edu/pub/swarm/src/swarm/ MAINTAINER= horance@freera.net COMMENT= The Swarm Simulation System -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 +BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs .if defined(WITH_HDF5) LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 .endif |