aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2017-06-21 10:32:34 +0800
committercy <cy@FreeBSD.org>2017-06-21 10:32:34 +0800
commita4a2b4857cd4785d102fd406de1040bae36226cd (patch)
tree208faf6bdd97b303af48de828d22350a95230b62 /net
parent790db69e97ddd268e815a38e90f094c18ed43e62 (diff)
downloadfreebsd-ports-gnome-a4a2b4857cd4785d102fd406de1040bae36226cd.tar.gz
freebsd-ports-gnome-a4a2b4857cd4785d102fd406de1040bae36226cd.tar.zst
freebsd-ports-gnome-a4a2b4857cd4785d102fd406de1040bae36226cd.zip
Switch to USES=localbase.
Diffstat (limited to 'net')
-rw-r--r--net/vtun/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vtun/Makefile b/net/vtun/Makefile
index 02c7ff94a58c..f6e75fefcbe6 100644
--- a/net/vtun/Makefile
+++ b/net/vtun/Makefile
@@ -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} \