diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 2002-10-30 13:25:34 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 2002-10-30 13:25:34 +0000 |
commit | 1c075370ae61f583b40120f69623710481d2deb4 (patch) | |
tree | 9b3005bcd9e51c335f9e813ea9a4971fafda6b6b /japanese/emacs21-emcws | |
parent | devel/SWIG -> devel/swig11 (diff) |
Bump PORTREVISION because of updating the dependency port japanese/Wnn6-lib
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=69159
Diffstat (limited to 'japanese/emacs21-emcws')
-rw-r--r-- | japanese/emacs21-emcws/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/emacs21-emcws/Makefile b/japanese/emacs21-emcws/Makefile index 3bad004c6767..c720bb75114e 100644 --- a/japanese/emacs21-emcws/Makefile +++ b/japanese/emacs21-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") |