diff options
author | acm <acm@FreeBSD.org> | 2009-11-11 00:33:07 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-11-11 00:33:07 +0800 |
commit | c3afa5c9e003a1d84ff6cd806b319dccf19ed23b (patch) | |
tree | bf1993dd7cf1e0323bc3e708724ac526c0203faa | |
parent | 1f2a79722f5a3143555dd634e8f5eb73fa1d399d (diff) | |
download | freebsd-ports-gnome-c3afa5c9e003a1d84ff6cd806b319dccf19ed23b.tar.gz freebsd-ports-gnome-c3afa5c9e003a1d84ff6cd806b319dccf19ed23b.tar.zst freebsd-ports-gnome-c3afa5c9e003a1d84ff6cd806b319dccf19ed23b.zip |
- Remove WITH_OPENSSL_PORT. it compiles fine with openssl version of base system
and it could be defined in make.conf file.
PR: 139634
Submitted by: Alexander V. Chernikov" <melifaro __ at _ipfw.ru>
-rw-r--r-- | devel/libzrtpcpp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index 4747bcfa419d..a8a767fcfca2 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENSSL= yes -WITH_OPENSSL_PORT=yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |