diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-12 17:28:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-12 17:28:18 +0100 |
commit | 7d633c663e95826dd5f9dfc1d2cdbcd8ddbf5968 (patch) | |
tree | 9b62f39aca7f395ce3c3ad5f285d311a2bbfc8d4 /package/font-bh-type1 | |
parent | 1390c5863daa190d47dbfae41377f5c0656f2c0e (diff) | |
parent | a509d9b1251bc1db6450b2b1c28da5dee6574362 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/font-bh-type1')
-rw-r--r-- | package/font-bh-type1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/font-bh-type1/Makefile b/package/font-bh-type1/Makefile index 81ff1c74c..122a0a9a4 100644 --- a/package/font-bh-type1/Makefile +++ b/package/font-bh-type1/Makefile @@ -12,6 +12,8 @@ PKG_SECTION:= x11 PKG_URL:= http://www.x.org/ PKG_SITES:= ${MASTER_SITE_XORG} +PKG_HOST_DEPENDS:= !netbsd !openbsd !cygwin !freebsd !mirbsd + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,FONT_BH_TYPE1,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |