diff options
Diffstat (limited to 'japanese/egg-canna')
-rw-r--r-- | japanese/egg-canna/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/japanese/egg-canna/Makefile b/japanese/egg-canna/Makefile index f04b355f6fc0..a747b0624d5e 100644 --- a/japanese/egg-canna/Makefile +++ b/japanese/egg-canna/Makefile @@ -7,7 +7,7 @@ PORTNAME= egg-canna PORTVERSION= 20011110 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese editors elisp MASTER_SITES= http://cgi18.plala.or.jp/nyy/canna/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -24,6 +24,10 @@ USE_EMACS= yes .include <bsd.port.pre.mk> +.if ${EMACS_PORT_NAME} == "emacs23" +IGNORE= does not build with Emacs 23 +.endif + .if ${EMACS_PORT_NAME} == emacs20 EMACS_SUFFIX= ${PKGNAMESUFFIX} .else |