diff options
-rw-r--r-- | www/havp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/havp/Makefile b/www/havp/Makefile index 94da63dc3bf2..85ee3640e4c4 100644 --- a/www/havp/Makefile +++ b/www/havp/Makefile @@ -36,6 +36,8 @@ OPTIONS= SSL "Enable SSL proxying (not scanned, only forwarded!)" on \ CLAMAV "Enable libclamav support" on \ TROPHIE "Enable Trend Micro (Trophie) support" off +.include <bsd.port.pre.mk> + .if defined(WITH_SSL) CONFIGURE_ARGS+= --enable-ssl-tunnel .else @@ -66,4 +68,4 @@ post-install: @${CP} ${WRKSRC}/etc/havp/whitelist ${EXAMPLESDIR}/whitelist.sample @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |