diff options
author | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-24 12:13:51 +0000 |
---|---|---|
committer | Dennis Herrmann <dhn@FreeBSD.org> | 2011-06-24 12:13:51 +0000 |
commit | e8a9143a8eb6e5629c1f99ff9ede7330a7841a6d (patch) | |
tree | 4687d89f7159186f31483b42f8be94852d68d36f /chinese | |
parent | e4ff31628bbfcca68af3a24fb47ffde2f810c8ea (diff) | |
download | ports-e8a9143a8eb6e5629c1f99ff9ede7330a7841a6d.tar.gz ports-e8a9143a8eb6e5629c1f99ff9ede7330a7841a6d.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bug5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/bug5/Makefile b/chinese/bug5/Makefile index 81d7d577b546..d042a7dbca39 100644 --- a/chinese/bug5/Makefile +++ b/chinese/bug5/Makefile @@ -7,6 +7,7 @@ PORTNAME= bug5 PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= chinese converters MASTER_SITES= https://github.com/buganini/${PORTNAME}/tarball/${PORTVERSION}/ DISTNAME= buganini-${PORTNAME}-${PORTVERSION}-0-g${GITVERSION} @@ -20,7 +21,7 @@ GITVERSION= 14af387 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/buganini-${PORTNAME}-${GITVERSION} -LIB_DEPENDS= bsdconv.5:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= bsdconv.6:${PORTSDIR}/converters/bsdconv PLIST_FILES= bin/bug5 |