diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2013-06-01 11:31:46 +1000 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2013-06-01 11:31:46 +1000 |
commit | 62a7b4662e86f3cbb52883f75190e60b83a63ea8 (patch) | |
tree | 3e33c3ce64c61b270a80d4c56ec9a98cd3dfc680 /lynx | |
parent | 1eee3f60be02860755986e34f570abd42cd63919 (diff) | |
download | contrib-62a7b4662e86f3cbb52883f75190e60b83a63ea8.tar.gz contrib-62a7b4662e86f3cbb52883f75190e60b83a63ea8.tar.xz |
lynx: enabled ncursesw
Diffstat (limited to 'lynx')
-rw-r--r-- | lynx/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lynx/Pkgfile b/lynx/Pkgfile index 1c50a1170..1de4d1752 100644 --- a/lynx/Pkgfile +++ b/lynx/Pkgfile @@ -6,7 +6,7 @@ name=lynx version=2.8.7 -release=4 +release=5 source=(http://lynx.isc.org/lynx$version/lynx$version.tar.bz2) build() { @@ -18,7 +18,8 @@ build() { --enable-color-style \ --enable-ipv6 \ --with-ssl=/usr/lib \ - --with-zlib + --with-zlib \ + --with-screen=ncursesw make make -j 1 DESTDIR=$PKG install |