diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-07 12:26:44 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-07 12:26:44 +0800 |
commit | f8e480a5bb5067d81277e801c80868716e49187c (patch) | |
tree | 198850b427a3a6f8651dc1385572405034abed08 /security/p5-openxpki | |
parent | 85d9f37c08a4e7811540e19a19d14d814422c515 (diff) | |
download | freebsd-ports-gnome-f8e480a5bb5067d81277e801c80868716e49187c.tar.gz freebsd-ports-gnome-f8e480a5bb5067d81277e801c80868716e49187c.tar.zst freebsd-ports-gnome-f8e480a5bb5067d81277e801c80868716e49187c.zip |
- Fix non-portable dependency
PR: 99840
Submitted by: maintainer
Approved by: delphij (mentor, implicit)
Diffstat (limited to 'security/p5-openxpki')
-rw-r--r-- | security/p5-openxpki/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile index 13bea1ff4716..bb7c3f5ec5d7 100644 --- a/security/p5-openxpki/Makefile +++ b/security/p5-openxpki/Makefile @@ -7,6 +7,7 @@ PORTNAME= openxpki PORTVERSION= 0.9.342 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -146,7 +147,6 @@ USE_BZIP2= yes USE_GMAKE= yes USE_OPENSSL= yes WITH_OPENSSL_BETA= yes -OPENSSL_SHLIBVER= 5 SERVER_DIRS= perl-modules CLIENT_DIRS= clients/perl/OpenXPKI-Client \ |