svn commit: r444009 - head/net/vtun

Cy Schubert cy at FreeBSD.org
Wed Jun 21 02:32:36 UTC 2017


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} \


More information about the svn-ports-head mailing list