diff options
author | shige <shige@FreeBSD.org> | 1999-10-11 06:15:23 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-11 06:15:23 +0000 |
commit | 90c014502e581de4b4d2eaad16676c58e729844a (patch) | |
tree | 6e3d95672b481884178069c14e0e63500a1ff053 /editors/flim113-emacs20/Makefile | |
parent | b8598191418c6b16de0faf86c9ae9552c0aac626 (diff) | |
download | FreeBSD-ports-90c014502e581de4b4d2eaad16676c58e729844a.zip FreeBSD-ports-90c014502e581de4b4d2eaad16676c58e729844a.tar.gz |
Update to 1.13.2.
Diffstat (limited to 'editors/flim113-emacs20/Makefile')
-rw-r--r-- | editors/flim113-emacs20/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index ea51f29..86ab358 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/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 |