diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-31 15:33:10 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-31 15:33:10 +0800 |
commit | 7b8fba8e97b06fd7b2007a64648e74f1ce69aec6 (patch) | |
tree | 11a34d0d3b33004d731c697b36aa45dd34d2649a /math | |
parent | 9a1590ea92df2d6c2cda220c5e41b2499b000200 (diff) | |
download | freebsd-ports-gnome-7b8fba8e97b06fd7b2007a64648e74f1ce69aec6.tar.gz freebsd-ports-gnome-7b8fba8e97b06fd7b2007a64648e74f1ce69aec6.tar.zst freebsd-ports-gnome-7b8fba8e97b06fd7b2007a64648e74f1ce69aec6.zip |
- Unbreak this port by using emacs 21 (this port is integrated into emacs22)
- While I'm here, use bsd.emacs.mk instead of hard coding the dependency
PR: ports/124859
Submitted by: Peter Jeremy <peterjeremy at optushome.com.au>
Approved by: Andrew Bernard" <andrewb at cs.cmu.edu> (maintainer)
Diffstat (limited to 'math')
-rw-r--r-- | math/emacs-calc/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/emacs-calc/Makefile b/math/emacs-calc/Makefile index 05208e2e2bed..489e4aee9564 100644 --- a/math/emacs-calc/Makefile +++ b/math/emacs-calc/Makefile @@ -16,12 +16,10 @@ PKGNAMEPREFIX= emacs- MAINTAINER= andrewb@cs.cmu.edu COMMENT= Arbitrary-precision calculator for Emacs -RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs -BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs +CONFLICTS= emacs-22.* xemacs-packages-\* -BROKEN= Incorrect pkg-plist -DEPRECATED= Has been broken for more than 6 months -EXPIRATION_DATE=2008-09-19 +USE_EMACS= yes +EMACS_PORT_NAME=emacs21 INFO= calc |