mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Add missing dependency
- Fix a problem with OpenSSL support. Now net/twinkle can compile without problems. - Bump PORTREVISION Tested by: pav Reported by: pav
This commit is contained in:
parent
3f5c501441
commit
e3afc5c3ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244271
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue