svn commit: r338977 - head/net/sixxs-aiccu

Dirk Meyer dinoex at FreeBSD.org
Tue Jan 7 07:04:43 UTC 2014


Author: dinoex
Date: Tue Jan  7 07:04:42 2014
New Revision: 338977
URL: http://svnweb.freebsd.org/changeset/ports/338977

Log:
  - USES=gmake
  - update LIB_DEPENDS

Modified:
  head/net/sixxs-aiccu/Makefile

Modified: head/net/sixxs-aiccu/Makefile
==============================================================================
--- head/net/sixxs-aiccu/Makefile	Tue Jan  7 07:00:35 2014	(r338976)
+++ head/net/sixxs-aiccu/Makefile	Tue Jan  7 07:04:42 2014	(r338977)
@@ -12,13 +12,13 @@ DISTNAME=	aiccu_20070115
 MAINTAINER=	dinoex at 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


More information about the svn-ports-all mailing list