diff options
Diffstat (limited to 'package/vtun/Makefile')
-rw-r--r-- | package/vtun/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/vtun/Makefile b/package/vtun/Makefile index 854f5850d..460e4c08d 100644 --- a/package/vtun/Makefile +++ b/package/vtun/Makefile @@ -13,6 +13,8 @@ PKG_SECTION:= net PKG_DEPENDS:= libopenssl zlib kmod-tun PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=vtun/} +PKG_HOST_DEPENDS:= !freebsd + include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,VTUN,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |