diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-20 03:38:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-20 03:38:18 +0800 |
commit | 1b1a471548aaf39190976ce5565df8b6a289d79d (patch) | |
tree | c9ee8dcedeffc66b681dbaee75609cf4ab22063f /archivers | |
parent | ea52964f162c119a9e70c45bb180c3e719704a08 (diff) | |
download | freebsd-ports-graphics-1b1a471548aaf39190976ce5565df8b6a289d79d.tar.gz freebsd-ports-graphics-1b1a471548aaf39190976ce5565df8b6a289d79d.tar.zst freebsd-ports-graphics-1b1a471548aaf39190976ce5565df8b6a289d79d.zip |
Really unbreak on freebsd 8/9
Diffstat (limited to 'archivers')
-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 424fa37c596..16ea08846a1 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: |