diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-12-04 14:52:08 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-12-04 14:52:08 +0000 |
commit | da34441f829d194dbba5c6f3d186453a3a3d5a89 (patch) | |
tree | 4e6b1e5460d976c92faf3ec6a847eccc6e3e7749 /security/p5-openxpki-i18n/Makefile | |
parent | a9be4132d485b45025c8354e10e2cf39f500b1be (diff) | |
download | ports-da34441f829d194dbba5c6f3d186453a3a3d5a89.tar.gz ports-da34441f829d194dbba5c6f3d186453a3a3d5a89.zip |
Notes
Diffstat (limited to 'security/p5-openxpki-i18n/Makefile')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index c9d55c9c03fe..25a992d1ab90 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openxpki-i18n -PORTVERSION= 0.21.0.1 +PORTVERSION= 0.25.0.1 CATEGORIES= security perl5 PKGNAMEPREFIX= p5- DISTNAME= openxpki-${PORTVERSION} @@ -17,11 +17,11 @@ USE_GITHUB= yes GH_ACCOUNT= openxpki GH_PROJECT= openxpki GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 908559d +GH_COMMIT= 2f83048 ### We can not go WITHOUT_NLS. Internationalization is needed ### even to use English language. -USES= gettext gmake perl5 +USES= gettext-runtime gettext-tools gmake perl5 ALL_TARGET= scan default WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/core/i18n |