Hi,

The dependency to liblzma.so.1.0 is missing in the links+ port.
The executable /usr/local/bin/links is linked against it and does
not start if the xz package is not installed.

ok?

bluhm


Index: www/links+/Makefile
===================================================================
RCS file: /cvs/ports/www/links+/Makefile,v
retrieving revision 1.45
diff -u -p -r1.45 Makefile
--- www/links+/Makefile 10 Apr 2012 11:59:44 -0000      1.45
+++ www/links+/Makefile 17 Sep 2012 01:09:48 -0000
@@ -3,6 +3,7 @@
 COMMENT=       graphics and text browser
 
 VER=           2.6
+REVISION=      1
 DISTNAME=      links-${VER}
 PKGNAME=       links+-${VER}
 
@@ -16,11 +17,12 @@ PERMIT_PACKAGE_FTP= Yes
 PERMIT_DISTFILES_CDROM=        Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-WANTLIB=       bz2>=10 c crypto m ssl z
+WANTLIB=       bz2>=10 c crypto lzma m ssl z
 
 MASTER_SITES=  ${HOMEPAGE}download/
 
-LIB_DEPENDS=   archivers/bzip2
+LIB_DEPENDS=   archivers/bzip2 \
+               archivers/xz
 
 AUTOCONF_VERSION=2.13
 CONFIGURE_STYLE= autoconf

Reply via email to