diff options
author | Lukc <lukc@upyum.com> | 2010-09-16 20:47:30 +0000 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-09-16 20:47:30 +0000 |
commit | a2e20fab9b0bbac121a5c06a680f2410d3fc8b49 (patch) | |
tree | 240fe47e0a143072d208e06d191c8c915a78ccfd /eet/Pkgfile | |
parent | 025ede39a2e99b433b2eb7446d37f6fd9719e456 (diff) | |
download | enlightenment-master.tar.gz enlightenment-master.tar.bz2 enlightenment-master.tar.xz enlightenment-master.zip |
Diffstat (limited to 'eet/Pkgfile')
-rw-r--r-- | eet/Pkgfile | 7 |
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 |