diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 19:15:48 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-20 19:15:48 +0100 |
commit | 584103666c037302ca620197f758e254a2123e4d (patch) | |
tree | 937bb4d504a6134a5a89f88cff334e4d83104467 /package/vtun | |
parent | 4a3934f5e8d1d543b9b810ed8cf223e796e80ee6 (diff) |
example for my PKG_(TARGET|HOST)_DEPENDS
implementation will follow may by thorsten, if I spent
another mojito...
Diffstat (limited to 'package/vtun')
-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})) |