aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2012-08-03 14:57:00 +0800
committerhrs <hrs@FreeBSD.org>2012-08-03 14:57:00 +0800
commit4126bf4f45ae7a90e2fc6f8c6cc93d90524e0e03 (patch)
tree0956bf2c14d866b198aeb7c6534981606871bc98
parent490241e803f1b6a2b11e03204ada9482289053af (diff)
downloadfreebsd-ports-gnome-4126bf4f45ae7a90e2fc6f8c6cc93d90524e0e03.tar.gz
freebsd-ports-gnome-4126bf4f45ae7a90e2fc6f8c6cc93d90524e0e03.tar.zst
freebsd-ports-gnome-4126bf4f45ae7a90e2fc6f8c6cc93d90524e0e03.zip
Add emacs24 support.
Spotted by: beat
-rw-r--r--editors/nxml/Makefile4
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>