diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
commit | 0a40dc2375b36f8b0dde18c64f7a94194d1f8190 (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /security/p5-openxpki-i18n | |
parent | c40d62ac5a658e66041580a018de18efae1ded0f (diff) | |
download | freebsd-ports-graphics-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.gz freebsd-ports-graphics-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.zst freebsd-ports-graphics-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
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 0ba456f1bad..77fee02cd46 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> |