- USES=gmake
- update LIB_DEPENDS
This commit is contained in:
parent
fd13eaa4bc
commit
7a7753d4e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338977
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ DISTNAME= aiccu_20070115
|
|||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
|
||||
|
||||
LIB_DEPENDS= gnutls-openssl:${PORTSDIR}/security/gnutls
|
||||
LIB_DEPENDS= libgnutls-openssl.so:${PORTSDIR}/security/gnutls
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
||||
|
||||
USE_RC_SUBR= sixxs-aiccu
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS} -D_REENTRANT -DAICCU_GNUTLS -I${LOCALBASE}/include
|
||||
LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib -lgnutls
|
||||
|
|
Loading…
Reference in a new issue