diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-19 19:38:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-09-19 19:38:18 +0000 |
commit | 41ace001d99815b450bec89920f13c6c71c9f45c (patch) | |
tree | c9ee8dcedeffc66b681dbaee75609cf4ab22063f /archivers/rpm4 | |
parent | 6f5a8e737fdb3733663ba880cd1632eb308cc860 (diff) | |
download | ports-41ace001d99815b450bec89920f13c6c71c9f45c.tar.gz ports-41ace001d99815b450bec89920f13c6c71c9f45c.zip |
Notes
Diffstat (limited to 'archivers/rpm4')
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 424fa37c5968..16ea08846a1c 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -61,7 +61,7 @@ PLIST_SUB+= VERSION=${PORTVERSION} .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000000 -LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive +LIB_DEPENDS+= libarchive.so.13:${PORTSDIR}/archivers/libarchive .endif post-patch: |