diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2012-08-03 14:57:00 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2012-08-03 14:57:00 +0800 |
commit | 53f555d755077f517d923626a5ddd531ce73ef0b (patch) | |
tree | 0956bf2c14d866b198aeb7c6534981606871bc98 /editors | |
parent | 1dc3da70bceb587ee25ab3e764af2a0cca27fa19 (diff) | |
download | freebsd-ports-gnome-53f555d755077f517d923626a5ddd531ce73ef0b.tar.gz freebsd-ports-gnome-53f555d755077f517d923626a5ddd531ce73ef0b.tar.zst freebsd-ports-gnome-53f555d755077f517d923626a5ddd531ce73ef0b.zip |
Add emacs24 support.
Spotted by: beat
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nxml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nxml/Makefile b/editors/nxml/Makefile index 56e67fdf4ae7..6436c325e485 100644 --- a/editors/nxml/Makefile +++ b/editors/nxml/Makefile @@ -47,8 +47,8 @@ post-install: .include <bsd.port.pre.mk> -.if (${EMACS_PORT_NAME} == "emacs23") -IGNORE= incorporated into Emacs 23 +.if ${EMACS_PORT_NAME} == "emacs23" || ${EMACS_PORT_NAME} == "emacs24" +IGNORE= incorporated into ${EMACS_PORT_NAME} .endif .include <bsd.port.post.mk> |