diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2010-04-03 10:44:36 +0000 |
commit | 29863648e3d55a1df8635d93b18e22c74273d9a3 (patch) | |
tree | 318f5aebb7be8887ecfcc982de8845cb53f4c5e8 /security/osslsigncode | |
parent | 130db9c13e9b6bc169c92e3612444205da7a7352 (diff) | |
download | ports-29863648e3d55a1df8635d93b18e22c74273d9a3.tar.gz ports-29863648e3d55a1df8635d93b18e22c74273d9a3.zip |
Notes
Diffstat (limited to 'security/osslsigncode')
-rw-r--r-- | security/osslsigncode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/osslsigncode/Makefile b/security/osslsigncode/Makefile index 29c6d9bf918e..124cdd51acff 100644 --- a/security/osslsigncode/Makefile +++ b/security/osslsigncode/Makefile @@ -7,7 +7,7 @@ PORTNAME= osslsigncode PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} @@ -24,7 +24,7 @@ USE_GMAKE= yes USE_OPENSSL= yes .if !defined(WITHOUT_CURL) -LIB_DEPENDS+= curl.5:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl .endif .include <bsd.port.mk> |