summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eet/Pkgfile7
1 files changed, 6 insertions, 1 deletions
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