diff options
author | shige <shige@FreeBSD.org> | 2000-02-25 16:01:40 +0000 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-02-25 16:01:40 +0000 |
commit | 5d3f427899855a56b206bf5ebdc537c3556a7179 (patch) | |
tree | 6a68f8036b25ff6c8e15f4e6fbdb042010521429 /japanese/emacs20-dl-canna/Makefile | |
parent | 6020d8f006fedee1396ed99e589d9e1be1e52567 (diff) | |
download | FreeBSD-ports-5d3f427899855a56b206bf5ebdc537c3556a7179.zip FreeBSD-ports-5d3f427899855a56b206bf5ebdc537c3556a7179.tar.gz |
Update to 1.4.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/9002
Diffstat (limited to 'japanese/emacs20-dl-canna/Makefile')
-rw-r--r-- | japanese/emacs20-dl-canna/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/emacs20-dl-canna/Makefile b/japanese/emacs20-dl-canna/Makefile index 8ecffd5..6fee684d1 100644 --- a/japanese/emacs20-dl-canna/Makefile +++ b/japanese/emacs20-dl-canna/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: emacs20-dl-canna -# Version required: 1.2 +# Version required: 1.4 # Date created: 10 October 1998 # Whom: shige # @@ -9,7 +9,7 @@ DISTNAME= emacs-canna-${DLCANNA_VER} PKGNAME= ja-emacs20-dl-canna-${DLCANNA_VER} CATEGORIES= japanese editors -MASTER_SITES= ftp://ftp.jaist.ac.jp/pub/GNU/elisp/emacs-20-dl/ \ +MASTER_SITES= ftp://ftp.m17n.org/pub/mule/dynamic-loading/emacs-canna/ \ ${MASTER_SITE_PORTS_JP} MAINTAINER= shige@FreeBSD.org @@ -37,7 +37,7 @@ EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER}/src APEL_DEPENDS= ${PREFIX}/share/emacs/${EMACS_VER}/site-lisp/emu/emu.el LISPDIR= share/emacs/site-lisp DOCDIR= share/doc/emacs20-dl-canna -DLCANNA_VER= 1.2 +DLCANNA_VER= 1.4 # hack to allow parallel build to work .if defined(PARALLEL_PACKAGE_BUILD) BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \ |