The dependency to liblzma.so.1.0 was missing in the www/links+ port.

The executable /usr/local/bin/links is linked against it and does
not start if the xz package is not installed.
ok fgsch@ dcoppa@ sthen@
This commit is contained in:
bluhm 2012-09-17 10:28:42 +00:00
parent 24dfbdf44a
commit 180e4b9462

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.45 2012/04/10 11:59:44 sthen Exp $
# $OpenBSD: Makefile,v 1.46 2012/09/17 10:28:42 bluhm Exp $
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