From 82f483361966fb15d461309bb1bc2352cb2d001b Mon Sep 17 00:00:00 2001 From: bland Date: Mon, 28 Sep 2009 03:35:35 +0000 Subject: Force OpenSSL library match the one used by net/opal3 dependant. Feature safe: yes --- devel/ptlib26/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/ptlib26/Makefile b/devel/ptlib26/Makefile index e93ad5efc62..bd1f7968436 100644 --- a/devel/ptlib26/Makefile +++ b/devel/ptlib26/Makefile @@ -7,7 +7,7 @@ PORTNAME= ptlib PORTVERSION= 2.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/ptlib/2.6 @@ -25,15 +25,13 @@ USE_GNOME= pkgconfig WANT_GNOME= yes WANT_SDL= yes USE_OPENSSL= yes +WITH_OPENSSL_PORT=yes USE_LDCONFIG= yes NO_LATEST_LINK= yes .include -CONFIGURE_ENV= \ - OPENSSL_CFLAGS="-I/usr/include" \ - OPENSSL_LIBS="-lssl" CONFIGURE_ARGS+= \ --with-expat-dir="${LOCALBASE}" \ --enable-oss -- cgit