diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-04-12 22:09:40 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-04-12 22:09:40 +0000 |
commit | 5e72d4a692d3d386935686d75068e5f0b82f9c84 (patch) | |
tree | af7bc186315c095f9c24005522460f5eed23bb90 /editors/leim21/Makefile | |
parent | 09ebf6ecb33222e975da95c730cf7b23965be2ac (diff) | |
download | FreeBSD-ports-5e72d4a692d3d386935686d75068e5f0b82f9c84.zip FreeBSD-ports-5e72d4a692d3d386935686d75068e5f0b82f9c84.tar.gz |
Upgrade to 21.3, following the editors/emacs21 update.
Diffstat (limited to 'editors/leim21/Makefile')
-rw-r--r-- | editors/leim21/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/leim21/Makefile b/editors/leim21/Makefile index 8102942..7779df7f 100644 --- a/editors/leim21/Makefile +++ b/editors/leim21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= leim -PORTVERSION= 21.2 +PORTVERSION= 21.3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -20,7 +20,7 @@ BUILD_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs21 RUN_DEPENDS= emacs-${EMACS_VER}:${PORTSDIR}/editors/emacs21 USE_GMAKE= yes -EMACS_VER= 21.2 +EMACS_VER= 21.3 WRKSRC= ${WRKDIR}/emacs-${EMACS_VER}/leim PLIST_SUB= EMACS_VER=${EMACS_VER} SCRIPTS_ENV= EMACS_VER=${EMACS_VER} |