diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-11 06:22:08 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-10-11 06:22:08 +0000 |
commit | 442af3ca1868fc1cc25a9eee5f46e154a3d16fd9 (patch) | |
tree | 498baa211105eaffa19a348fa8cb7af481c8e18b /editors/semi-xemacs21-mule-current | |
parent | 1e8be6a0c3d367dedc045136fcfabb22227662fb (diff) | |
download | ports-442af3ca1868fc1cc25a9eee5f46e154a3d16fd9.tar.gz ports-442af3ca1868fc1cc25a9eee5f46e154a3d16fd9.zip |
Notes
Diffstat (limited to 'editors/semi-xemacs21-mule-current')
-rw-r--r-- | editors/semi-xemacs21-mule-current/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/editors/semi-xemacs21-mule-current/Makefile b/editors/semi-xemacs21-mule-current/Makefile index de86b81ed032..c37ca88c3524 100644 --- a/editors/semi-xemacs21-mule-current/Makefile +++ b/editors/semi-xemacs21-mule-current/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: semi-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+= ${EMACS_PACKAGESDIR}/lisp/texinfo/texinfo.el:${PORTSDIR}/editors/xemacs-sumo-packages # use pkg/* files in ${.CURDIR} PKGDIR= ${.CURDIR}/pkg |