mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Use more apropriate check for Emacs version.
Spotted by: crees
This commit is contained in:
parent
75ece340d5
commit
a4cc88c1a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302396
@ -24,7 +24,7 @@ USE_EMACS= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${EMACS_PORT_NAME} == "emacs23" || ${EMACS_PORT_NAME} == "emacs24"
|
||||
.if ${EMACS_MAJOR_VER} >= 23
|
||||
IGNORE= does not build with Emacs 23 and later
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user