aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/pixz
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-12-11 18:04:56 +0800
committerbapt <bapt@FreeBSD.org>2013-12-11 18:04:56 +0800
commitc6d41394f638b030303d744f63571b63680fdda5 (patch)
treea2ab1131a1a192007181705e999f9f8b61e5e7c0 /archivers/pixz
parentd10e23e7f3dbd2d5206388f4ef859cf6c94d0420 (diff)
downloadfreebsd-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/pixz')
-rw-r--r--archivers/pixz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/pixz/Makefile b/archivers/pixz/Makefile
index 57324e1939ed..5a713698e0c5 100644
--- a/archivers/pixz/Makefile
+++ b/archivers/pixz/Makefile
@@ -19,7 +19,7 @@ MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz
+LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.endif