diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-12 17:07:08 +0000 |
commit | 46b556be1c5e78a30a7e153cc9096e9ff3fd084a (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /security/p5-openxpki-i18n | |
parent | fed77d64811993002799efa97b0032ef9a95edc6 (diff) |
Notes
Diffstat (limited to 'security/p5-openxpki-i18n')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index 0ba456f1badf..77fee02cd461 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -16,11 +16,9 @@ BUILD_DEPENDS= \ p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes -USES= gettext +USES= gettext gmake perl5 ### We can not go WITHOUT_NLS. Internationalization is needed ### even to use English language. -USE_GMAKE= yes ALL_TARGET= default .include <bsd.port.mk> |