aboutsummaryrefslogtreecommitdiff
path: root/devel/ecore-ipc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ecore-ipc/Makefile')
-rw-r--r--devel/ecore-ipc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ecore-ipc/Makefile b/devel/ecore-ipc/Makefile
index 7257fb8d7b53..c25edf5da4dd 100644
--- a/devel/ecore-ipc/Makefile
+++ b/devel/ecore-ipc/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= ipc
-DISTVERSION= 1.0.0.beta
+DISTVERSION= 1.0.1
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
- http://files.roorback.net/e17/2010-10-03/base/
+ http://files.roorback.net/e17/2011-05-25/base/
PKGNAMEPREFIX= ecore-
DISTNAME= ecore-${DISTVERSION}
@@ -32,6 +32,7 @@ OPTIONS= SSL "Enable SSL support" on
.include <bsd.port.options.mk>
.if !defined(WITHOUT_SSL)
+CONFIGURE_ENV= SSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" SSL_LIBS="-lssl"
CONFIGURE_ARGS+= --enable-openssl
.else
CONFIGURE_ARGS+= --disable-openssl