diff options
author | az <az@FreeBSD.org> | 2012-06-30 13:52:54 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 13:52:54 +0800 |
commit | 7334f9e3595adca6e3037545ff416a5565658030 (patch) | |
tree | 043befe8e5815425dd16f87ee2ff808986cb7b24 /security/p5-openxpki-i18n | |
parent | aa44daa1a2357db2175dd99b45bc46bbdfc3e66b (diff) | |
download | freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.gz freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.tar.zst freebsd-ports-gnome-7334f9e3595adca6e3037545ff416a5565658030.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'security/p5-openxpki-i18n')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index 09562e8ec81c..81f65500a91d 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -17,7 +17,7 @@ MAINTAINER= svysh@pn.sinp.msu.ru COMMENT= Perl based trustcenter software for PKI: i18n tools BUILD_DEPENDS= \ - ${SITE_PERL}/${PERL_ARCH}/OpenXPKI.pm:${PORTSDIR}/security/p5-openxpki + p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes |