diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-14 21:09:58 +0100 |
commit | b4d61f0ee3485f89dd8560227c833dc948523ecf (patch) | |
tree | 3b032e4e2c209781fa33886488b41774b49e3f90 /package/fltk | |
parent | 3e9ec766c9b289becc53fba5fc57eb20723eeab7 (diff) |
consolidate x86/x86_64 support
use hardware profiles, instead of extra target dirs.
fix dependencies.
Diffstat (limited to 'package/fltk')
-rw-r--r-- | package/fltk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fltk/Makefile b/package/fltk/Makefile index d35ca0e97..37a426eee 100644 --- a/package/fltk/Makefile +++ b/package/fltk/Makefile @@ -14,7 +14,7 @@ PKG_URL:= http://www.fltk.org/ PKG_SITES:= http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/fltk/snapshots/ PKG_SUBPKGS:= LIBFLTK -PKG_TARGET_DEPENDS:= ibmx40 lemote +PKG_TARGET_DEPENDS:= x86 lemote PKG_HOST_DEPENDS:= !cygwin !darwin DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.x-r7513.tar.bz2 |