summaryrefslogtreecommitdiff
path: root/editors/flim-emacs20-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/flim-emacs20-current/Makefile')
-rw-r--r--editors/flim-emacs20-current/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/flim-emacs20-current/Makefile b/editors/flim-emacs20-current/Makefile
index ea51f29f32f1..86ab3588fbd9 100644
--- a/editors/flim-emacs20-current/Makefile
+++ b/editors/flim-emacs20-current/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: flim-current for emacs20
-# Version required: 1.12.5
+# Version required: 1.13.2
# Date created: 23 September 1998
# Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org>
#
@@ -20,6 +20,9 @@ EMACS_VER= 20.4
EMACS_LIBDIR= share/${EMACS_NAME}
EMACS_LIBDIR_WITH_VER= ${EMACS_LIBDIR}/${EMACS_VER}
+# whether emacs has mule feature
+HAS_MULE= YES
+
# use pkg/* files in ${.CURDIR}
PKGDIR= ${.CURDIR}/pkg