diff options
author | taoka <taoka@FreeBSD.org> | 2002-10-30 21:25:34 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 2002-10-30 21:25:34 +0800 |
commit | 67b4d8e901247112a4296c0fc468df5e72d9b2c5 (patch) | |
tree | f6e11199df90ec19f259563eb8be28c268ac6526 /japanese/emacs-emcws/Makefile | |
parent | 3448a4d68b7eee6f359feeefb1f47493c3601953 (diff) | |
download | freebsd-ports-gnome-67b4d8e901247112a4296c0fc468df5e72d9b2c5.tar.gz freebsd-ports-gnome-67b4d8e901247112a4296c0fc468df5e72d9b2c5.tar.zst freebsd-ports-gnome-67b4d8e901247112a4296c0fc468df5e72d9b2c5.zip |
Bump PORTREVISION because of updating the dependency port japanese/Wnn6-lib
Approved by: maintainer
Diffstat (limited to 'japanese/emacs-emcws/Makefile')
-rw-r--r-- | japanese/emacs-emcws/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/emacs-emcws/Makefile b/japanese/emacs-emcws/Makefile index 3bad004c6767..c720bb75114e 100644 --- a/japanese/emacs-emcws/Makefile +++ b/japanese/emacs-emcws/Makefile @@ -7,6 +7,7 @@ PORTNAME= emcws PORTVERSION= 21.2 +PORTREVISION= 1 CATEGORIES= japanese editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= emacs @@ -47,7 +48,7 @@ CONFIGURE_ARGS= --with-x=no --with-pop .if (${WITH_WNN6} == "yes" || ${WITH_WNN6} == "YES") CONFIGURE_ARGS+=--with-wnn --with-wnn-includes=${LOCALBASE}/include/wnn6/wnn \ --with-wnn-libraries=${LOCALBASE}/lib/libwnn6.so -LIB_DEPENDS+= wnn6.1:${PORTSDIR}/japanese/Wnn6-lib +LIB_DEPENDS+= wnn6.2:${PORTSDIR}/japanese/Wnn6-lib .endif .if (${WITH_FREEWNN} == "yes" || ${WITH_FREEWNN} == "YES") |