diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-21 07:39:49 +0000 |
commit | 131cd97388c78909b13a26c3ce289bbf3c007b7f (patch) | |
tree | d22f5aaa16546b9e90fc0a35df15ff1dc17c67e9 /devel/swarm | |
parent | a4ec4cda7de50f10ddf987112732dbd1e3e29557 (diff) |
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
Notes
Notes:
svn path=/head/; revision=104813
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 cd243fb1c610..4203a8c0ef7c 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 |