diff options
author | shige <shige@FreeBSD.org> | 1999-10-16 06:10:10 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 1999-10-16 06:10:10 +0000 |
commit | 6571cf6701cc12072b6149177c9ae165e689fd71 (patch) | |
tree | 8df25a033695b577a2b761fb20cb6c9a51c78a5e /editors/wemi-xemacs21-mule-current/Makefile | |
parent | 9f5b9c07514bac376d9edd285c023e54faefc336 (diff) | |
download | FreeBSD-ports-6571cf6701cc12072b6149177c9ae165e689fd71.zip FreeBSD-ports-6571cf6701cc12072b6149177c9ae165e689fd71.tar.gz |
Update to 1.13.6.
Diffstat (limited to 'editors/wemi-xemacs21-mule-current/Makefile')
-rw-r--r-- | editors/wemi-xemacs21-mule-current/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/editors/wemi-xemacs21-mule-current/Makefile b/editors/wemi-xemacs21-mule-current/Makefile index 0aedb3f..0eedc20 100644 --- a/editors/wemi-xemacs21-mule-current/Makefile +++ b/editors/wemi-xemacs21-mule-current/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: wemi-current for xemacs-mule -# Version required: 1.13.3 +# Version required: 1.13.6 # Date created: 25 July 1999 # Whom: Shigeyuki FUKUSHIMA <shige@FreeBSD.org> # @@ -24,7 +24,15 @@ ALL_TARGET= package INSTALL_TARGET= install-package # RUN_DEPENDS port name's suffix is '-common'. -HAVE_COMMON_PORT= YES +HAS_COMMON_PORT= YES + +# whether emacs has mule feature +HAS_MULE= YES + +# whether building info files by emacs or makeinfo +BUILD_INFO_BY_EMACS= YES +# texinfo packages +BUILD_DEPENDS+= ${PREFIX}/${EMACS_PACKAGESDIR}/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |