aboutsummaryrefslogtreecommitdiff
path: root/net/vtun
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-06-21 02:32:34 +0000
committerCy Schubert <cy@FreeBSD.org>2017-06-21 02:32:34 +0000
commit332ee60d01b80548af6454aef8481d7cd7ceebfd (patch)
tree208faf6bdd97b303af48de828d22350a95230b62 /net/vtun
parent15e7b519d4cd400bc1e7060b9d7ee9bb754c795c (diff)
downloadports-332ee60d01b80548af6454aef8481d7cd7ceebfd.tar.gz
ports-332ee60d01b80548af6454aef8481d7cd7ceebfd.zip
Notes
Diffstat (limited to 'net/vtun')
-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} \