diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-07 04:24:55 +0000 |
commit | 3cabe21a2dfb3b2b13910299e3c4c00d7d724d99 (patch) | |
tree | fc7606d0883621b7ad825f441375954cd70cf9a8 /devel/libopkele | |
parent | 3ba9992d2de718ebdcb0e0e484223c24c2614f4b (diff) |
Notes
Diffstat (limited to 'devel/libopkele')
-rw-r--r-- | devel/libopkele/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index e4d7ea0037b9..515ed128da80 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -35,9 +35,6 @@ LDFLAGS+= -L${LOCALBASE}/lib # This port needs OpenSSL 0.9.8b which is present in 7.0 and up USE_OPENSSL= yes -.if ${OSVERSION} < 700000 -WITH_OPENSSL_PORT= yes -.endif .include "${PORTSDIR}/Mk/bsd.openssl.mk" # If we use the base OpenSSL either by default or |