Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2014 07:04:42 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338977 - head/net/sixxs-aiccu
Message-ID:  <201401070704.s0774gUW073969@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401070704.s0774gUW073969>