diff options
author | bland <bland@FreeBSD.org> | 2009-09-28 11:35:35 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2009-09-28 11:35:35 +0800 |
commit | 82f483361966fb15d461309bb1bc2352cb2d001b (patch) | |
tree | 730c6bf7395e1edb0229a4116af0c45083c2a865 /devel | |
parent | ac11450dfc784759b9306a885e3aa7a76a182443 (diff) | |
download | freebsd-ports-graphics-82f483361966fb15d461309bb1bc2352cb2d001b.tar.gz freebsd-ports-graphics-82f483361966fb15d461309bb1bc2352cb2d001b.tar.zst freebsd-ports-graphics-82f483361966fb15d461309bb1bc2352cb2d001b.zip |
Force OpenSSL library match the one used by net/opal3
dependant.
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptlib26/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 <bsd.port.pre.mk> -CONFIGURE_ENV= \ - OPENSSL_CFLAGS="-I/usr/include" \ - OPENSSL_LIBS="-lssl" CONFIGURE_ARGS+= \ --with-expat-dir="${LOCALBASE}" \ --enable-oss |