diff options
author | acm <acm@FreeBSD.org> | 2009-11-15 06:58:49 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-11-15 06:58:49 +0800 |
commit | 67929aa0c57a6ea6ce57ded618f0cffabeafd247 (patch) | |
tree | b7ff9fc3b720b48e96196b75365d944d559e1a5e /devel | |
parent | 454efb1961ff69c3aa4ab0544d5c2c44462277ba (diff) | |
download | freebsd-ports-gnome-67929aa0c57a6ea6ce57ded618f0cffabeafd247.tar.gz freebsd-ports-gnome-67929aa0c57a6ea6ce57ded618f0cffabeafd247.tar.zst freebsd-ports-gnome-67929aa0c57a6ea6ce57ded618f0cffabeafd247.zip |
- Add missing dependency
- Fix a problem with OpenSSL support. Now net/twinkle can compile without
problems.
- Bump PORTREVISION
Tested by: pav
Reported by: pav
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libzrtpcpp/Makefile | 8 |
1 files 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 |