summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/ede/ede.SlackBuild3
-rw-r--r--desktop/ede/ede.info2
2 files changed, 1 insertions, 4 deletions
diff --git a/desktop/ede/ede.SlackBuild b/desktop/ede/ede.SlackBuild
index 8ea27d3c16..fed1744731 100644
--- a/desktop/ede/ede.SlackBuild
+++ b/desktop/ede/ede.SlackBuild
@@ -69,8 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-LDFLAGS="-L/usr/lib${LIBDIRSUFFIX}/fltk13" \
-FLTK_CONFIG="/usr/bin/fltk13-config" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -80,7 +78,6 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
- --with-fltk-path=/usr/lib${LIBDIRSUFFIX}/fltk13 \
--enable-profile=yes \
--enable-hal=no \
--enable-largefile=yes \
diff --git a/desktop/ede/ede.info b/desktop/ede/ede.info
index c8d82804b9..9b12b37894 100644
--- a/desktop/ede/ede.info
+++ b/desktop/ede/ede.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://sourceforge.net/projects/ede/files/ede/2.1/ede-2.1.tar.gz"
MD5SUM="232300328557a75ad2aef5fdc064002e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="edelib"
+REQUIRES="edelib fltk"
MAINTAINER="Andrew Tkalia"
EMAIL="anddt@yandex.ua"