diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-09-17 15:06:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-09-17 15:06:24 +0800 |
commit | dce16a2b2c8fa250ea15aa548d5c64642ac58662 (patch) | |
tree | e22d203e938893ba1826b8f964b9cad65f5cd013 /security/openssl/Makefile | |
parent | 584d6021c919490842d5183b9a0d733de2065d6b (diff) | |
download | freebsd-ports-gnome-dce16a2b2c8fa250ea15aa548d5c64642ac58662.tar.gz freebsd-ports-gnome-dce16a2b2c8fa250ea15aa548d5c64642ac58662.tar.zst freebsd-ports-gnome-dce16a2b2c8fa250ea15aa548d5c64642ac58662.zip |
- fix Hardware acceleration
PR: 138881
Submitted by: Larry Baird
Feature safe: yes
Diffstat (limited to 'security/openssl/Makefile')
-rw-r--r-- | security/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 580d2caf7674..0a788dd403fa 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -7,7 +7,7 @@ PORTNAME= openssl PORTVERSION= 0.9.8k -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security devel MASTER_SITES= http://www.openssl.org/%SUBDIR%/ \ ftp://ftp.openssl.org/%SUBDIR%/ \ |