From owner-svn-ports-head@FreeBSD.ORG Tue Jan 7 07:04:43 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20865288; Tue, 7 Jan 2014 07:04:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D32217DF; Tue, 7 Jan 2014 07:04:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0774g4n073971; Tue, 7 Jan 2014 07:04:42 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0774gUW073969; Tue, 7 Jan 2014 07:04:42 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201401070704.s0774gUW073969@svn.freebsd.org> From: Dirk Meyer Date: Tue, 7 Jan 2014 07:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338977 - head/net/sixxs-aiccu X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jan 2014 07:04:43 -0000 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