Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2017 02:32:34 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r444009 - head/net/vtun
Message-ID:  <201706210232.v5L2WY1h076394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Wed Jun 21 02:32:34 2017
New Revision: 444009
URL: https://svnweb.freebsd.org/changeset/ports/444009

Log:
  Switch to USES=localbase.

Modified:
  head/net/vtun/Makefile

Modified: head/net/vtun/Makefile
==============================================================================
--- head/net/vtun/Makefile	Wed Jun 21 02:31:48 2017	(r444008)
+++ head/net/vtun/Makefile	Wed Jun 21 02:32:34 2017	(r444009)
@@ -14,8 +14,8 @@ LICENSE=        GPLv2
 
 LIB_DEPENDS=	liblzo2.so:archivers/lzo2
 
-CFLAGS+=	-ansi -Wno-pointer-sign -I${LOCALBASE}/include
-USES=		autoreconf ssl
+CFLAGS+=	-ansi -Wno-pointer-sign
+USES=		autoreconf localbase ssl
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=/var \
 		--with-ssl-headers=${OPENSSLINC} \



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