diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 14:00:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-25 14:00:06 +0000 |
commit | 5086c1b1d823d83a958a31fcd27c6c7112dbe40d (patch) | |
tree | 0d6daec4634a97071156156ea04d2cb63100e4ad /devel/libopkele/Makefile | |
parent | f9806579a1cf1c1445a97e6c9e376195fa409b8e (diff) | |
download | ports-5086c1b1d823d83a958a31fcd27c6c7112dbe40d.tar.gz ports-5086c1b1d823d83a958a31fcd27c6c7112dbe40d.zip |
Notes
Diffstat (limited to 'devel/libopkele/Makefile')
-rw-r--r-- | devel/libopkele/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/libopkele/Makefile b/devel/libopkele/Makefile index 901a2e4f9db5..33034e9e77d6 100644 --- a/devel/libopkele/Makefile +++ b/devel/libopkele/Makefile @@ -6,8 +6,7 @@ # PORTNAME= libopkele -PORTVERSION= 2.0.2 -PORTREVISION= 2 +PORTVERSION= 2.0.4 CATEGORIES= devel MASTER_SITES= http://kin.klever.net/dist/ @@ -31,10 +30,11 @@ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> - # This port needs OpenSSL 0.9.8b which is present in 7.0 and up USE_OPENSSL= yes + +.include <bsd.port.pre.mk> + .include "${PORTSDIR}/Mk/bsd.openssl.mk" # If we use the base OpenSSL either by default or |