summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-30 10:46:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-30 10:46:42 +0200
commit8fab9e47804f0fcebb48ff75a1ddbbf51c714519 (patch)
treef7ce09b31c5cdbffe861d2bfc4c314fe42c5e1fa /package
parent88bbfd520998eab45c20b6d0b52793b2b6ad3907 (diff)
add some target depends
Diffstat (limited to 'package')
-rw-r--r--package/dillo/Makefile1
-rw-r--r--package/freeglut/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/package/dillo/Makefile b/package/dillo/Makefile
index 59f0ac281..5f39f9c79 100644
--- a/package/dillo/Makefile
+++ b/package/dillo/Makefile
@@ -17,6 +17,7 @@ PKG_SITES:= http://www.dillo.org/download/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+PKG_TARGET_DEPENDS:= ibmx40 lemote
PKG_HOST_DEPENDS:= !cygwin
include $(TOPDIR)/mk/package.mk
diff --git a/package/freeglut/Makefile b/package/freeglut/Makefile
index 6d5bdb921..a3585b620 100644
--- a/package/freeglut/Makefile
+++ b/package/freeglut/Makefile
@@ -13,6 +13,7 @@ PKG_BUILDDEP+= MesaLib
PKG_URL:= http://freeglut.sourceforge.net/
PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=freeglut/}
+PKG_TARGET_DEPENDS:= ibmx40 lemote
PKG_HOST_DEPENDS:= !cygwin
include $(TOPDIR)/mk/package.mk