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/dact | |
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/dact')
-rw-r--r-- | archivers/dact/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index 383519a55dce..1395a145bbc2 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/ MAINTAINER= miwi@FreeBSD.org COMMENT= Dynamic Adaptive Compression Tool -LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ - lzo2.2:${PORTSDIR}/archivers/lzo2 +LIB_DEPENDS= libmcrypt.so:${PORTSDIR}/security/libmcrypt \ + liblzo2.so:${PORTSDIR}/archivers/lzo2 NO_STAGE= yes USES= gmake |