diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-16 06:06:30 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-16 06:06:30 +0000 |
commit | e58f859c5e45a1ebb6f60a67c29b51025907fe4e (patch) | |
tree | 236c17ca9bd9cf9852c43dce2fec654962c500a7 /editors/wemi-emacs20/Makefile | |
parent | d0bf54a762afd90d8bd8ff655d9f240c15f75e3a (diff) | |
download | ports-e58f859c5e45a1ebb6f60a67c29b51025907fe4e.tar.gz ports-e58f859c5e45a1ebb6f60a67c29b51025907fe4e.zip |
Notes
Diffstat (limited to 'editors/wemi-emacs20/Makefile')
-rw-r--r-- | editors/wemi-emacs20/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/editors/wemi-emacs20/Makefile b/editors/wemi-emacs20/Makefile index 9b122998e079..d17f9febc216 100644 --- a/editors/wemi-emacs20/Makefile +++ b/editors/wemi-emacs20/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: wemi for emacs20 -# Version required: 1.8.6 +# Version required: 1.13.4 # 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 |