diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 18:04:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 18:04:56 +0800 |
commit | c6d41394f638b030303d744f63571b63680fdda5 (patch) | |
tree | a2ab1131a1a192007181705e999f9f8b61e5e7c0 /archivers/lrzip | |
parent | d10e23e7f3dbd2d5206388f4ef859cf6c94d0420 (diff) | |
download | freebsd-ports-gnome-c6d41394f638b030303d744f63571b63680fdda5.tar.gz freebsd-ports-gnome-c6d41394f638b030303d744f63571b63680fdda5.tar.zst freebsd-ports-gnome-c6d41394f638b030303d744f63571b63680fdda5.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr
Diffstat (limited to 'archivers/lrzip')
-rw-r--r-- | archivers/lrzip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile index 511c0e175b02..e6fdedc3476a 100644 --- a/archivers/lrzip/Makefile +++ b/archivers/lrzip/Makefile @@ -13,7 +13,7 @@ COMMENT= Long Range ZIP or Lzma RZIP LICENSE= GPLv2 BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm -LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 NO_STAGE= yes CFLAGS+= -I${LOCALBASE}/include |