diff options
author | beat <beat@FreeBSD.org> | 2012-09-10 16:05:25 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-09-10 16:05:25 +0800 |
commit | 8afa3dc69f4c1ba757a98029996678f44d029eac (patch) | |
tree | ac1495bc4a0585bfe2481bc7cee7467a8f17b1ca /security/easypg | |
parent | 1f174180437fa0e73e9eca54b21ca093bad3c67e (diff) | |
download | freebsd-ports-gnome-8afa3dc69f4c1ba757a98029996678f44d029eac.tar.gz freebsd-ports-gnome-8afa3dc69f4c1ba757a98029996678f44d029eac.tar.zst freebsd-ports-gnome-8afa3dc69f4c1ba757a98029996678f44d029eac.zip |
- Add Emacs 24 to IGNORE liste
Reported by: pointyhat
Submitted by: ashish
Approved by: maintainer timeout
Diffstat (limited to 'security/easypg')
-rw-r--r-- | security/easypg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/easypg/Makefile b/security/easypg/Makefile index 3b6f561e0750..b1525adca679 100644 --- a/security/easypg/Makefile +++ b/security/easypg/Makefile @@ -23,8 +23,8 @@ USE_EMACS= yes .include <bsd.port.pre.mk> -.if (${EMACS_PORT_NAME} == "emacs23") -IGNORE= easyPG has been part of Emacs 23 +.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +IGNORE= easyPG has been part of Emacs 23 and Emacs 24 .endif INFO= epa |