From e3afc5c3cea672199664a8d5fb042ca8db85d2cc Mon Sep 17 00:00:00 2001 From: Jose Alonso Cardenas Marquez Date: Sat, 14 Nov 2009 22:58:49 +0000 Subject: [PATCH] - Add missing dependency - Fix a problem with OpenSSL support. Now net/twinkle can compile without problems. - Bump PORTREVISION Tested by: pav Reported by: pav --- devel/libzrtpcpp/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/libzrtpcpp/Makefile b/devel/libzrtpcpp/Makefile index a8a767fcfca2..69e9a9d34881 100644 --- a/devel/libzrtpcpp/Makefile +++ b/devel/libzrtpcpp/Makefile @@ -7,6 +7,7 @@ PORTNAME= libzrtpcpp PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR=ccrtp @@ -14,14 +15,15 @@ MASTER_SITE_SUBDIR=ccrtp MAINTAINER= acm@FreeBSD.org COMMENT= ZRTP extension for GNU ccRTP -LIB_DEPENDS= ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp +LIB_DEPENDS= ccrtp1-1.7.0:${PORTSDIR}/devel/ccrtp \ + gcrypt.16:${PORTSDIR}/security/libgcrypt GNU_CONFIGURE= yes USE_GMAKE= yes USE_OPENSSL= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} +LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes