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/upx | |
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/upx')
-rw-r--r-- | archivers/upx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/upx/Makefile b/archivers/upx/Makefile index d26a23849798..b3f2ff68eb4e 100644 --- a/archivers/upx/Makefile +++ b/archivers/upx/Makefile @@ -12,7 +12,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}-src${EXTRACT_SUFX}\ MAINTAINER= fjoe@FreeBSD.org COMMENT= The Ultimate Packer for eXecutables -LIB_DEPENDS= ucl.1:${PORTSDIR}/archivers/ucl +LIB_DEPENDS= libucl.so:${PORTSDIR}/archivers/ucl NO_STAGE= yes LZMA_VER= 4.65 |