diff --git a/www/links+/Makefile b/www/links+/Makefile index ca6a3f0bacd..097adc384b8 100644 --- a/www/links+/Makefile +++ b/www/links+/Makefile @@ -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