diff options
Diffstat (limited to 'editors/semi-mule/Makefile')
-rw-r--r-- | editors/semi-mule/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/semi-mule/Makefile b/editors/semi-mule/Makefile index 77536269fa87..deb8f21bc31e 100644 --- a/editors/semi-mule/Makefile +++ b/editors/semi-mule/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: semi for mule -# Version required: 1.8.6 +# Version required: 1.13.4 # Date created: 9 May 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # @@ -20,8 +20,12 @@ EMACS_VER= 19.34 EMACS_LIBDIR= share/${EMACS_NAME} EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER} -HAVE_COMMON_PORT= YES +# whether emacs requires *-setupel.el REQUIRE_SETUPEL= YES +# whether emacs has a *-common port +HAS_COMMON_PORT= YES +# whether emacs has mule feature +HAS_MULE= YES # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |