summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/links/Pkgfile5
1 files changed, 2 insertions, 3 deletions
diff --git a/base/links/Pkgfile b/base/links/Pkgfile
index ad180daa3..2eb95403a 100644
--- a/base/links/Pkgfile
+++ b/base/links/Pkgfile
@@ -12,13 +12,12 @@ release=1
source=(http://links.twibright.com/download/$name-$version.tar.bz2 )
build() {
+ unset MAKEFLAGS
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/share/man \
- --enable-javascript \
- --enable-graphics \
- --with-fb --with-directfb
+ --enable-javascript
make
make DESTDIR=$PKG install
}