From a2e20fab9b0bbac121a5c06a680f2410d3fc8b49 Mon Sep 17 00:00:00 2001 From: Lukc Date: Thu, 16 Sep 2010 20:47:30 +0000 Subject: Pkgfile updated. --- eet/Pkgfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/eet/Pkgfile b/eet/Pkgfile index e0d1d95..522b853 100644 --- a/eet/Pkgfile +++ b/eet/Pkgfile @@ -2,7 +2,12 @@ description="Tiny library designed to write an arbitary set of chunks of data to packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" url=http://www.enlightenment.org -depends=(xorg-libxext xorg-libsm libungif libpng libtiff freetype eina) +depends=(eina) +if $Crux; then + depends=(${depends[@]} xorg-libxext xorg-libsm libungif libpng libtiff freetype) +else + depends=(${depends[@]} libxext libsm libungif libpng libtiff freetype) +fi name=eet release=1 -- cgit v1.2.3-54-g00ecf