diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-21 15:42:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-21 15:42:24 +0000 |
commit | 4f157ba2005689aee5408313c2e41c58abb3af63 (patch) | |
tree | 80d894a0032c86fec98ccd967a1c71da540aad4c /chinese/chiconv/Makefile | |
parent | ab1a4ed3be2d8f66655682502164950748ea71f2 (diff) | |
download | ports-4f157ba2005689aee5408313c2e41c58abb3af63.tar.gz ports-4f157ba2005689aee5408313c2e41c58abb3af63.zip |
Notes
Diffstat (limited to 'chinese/chiconv/Makefile')
-rw-r--r-- | chinese/chiconv/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chinese/chiconv/Makefile b/chinese/chiconv/Makefile index 5872f07f4c3a..f115f947b003 100644 --- a/chinese/chiconv/Makefile +++ b/chinese/chiconv/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chiconv -PORTVERSION= 10.0 +PORTVERSION= 11.1 CATEGORIES= chinese converters DISTNAME= ${GH_ACCOUNT}-${GH_PROJECT}-${PORTVERSION}-0-g${GH_COMMIT} @@ -11,15 +11,15 @@ COMMENT= Auto chinese encoding converter LICENSE= BSD -LIB_DEPENDS= bsdconv:${PORTSDIR}/converters/bsdconv +LIB_DEPENDS= libbsdconv.so:${PORTSDIR}/converters/bsdconv USE_GITHUB= yes GH_ACCOUNT= buganini -GH_COMMIT= 6f4a7bf +GH_COMMIT= 9501c80 MAKE_ARGS= PREFIX=${PREFIX} +NO_STAGE= yes PLIST_FILES= bin/chiconv -NO_STAGE= yes .include <bsd.port.mk> |