diff options
author | glewis <glewis@FreeBSD.org> | 2008-01-03 12:25:44 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2008-01-03 12:25:44 +0800 |
commit | 9beba7e6cd10ce7a2f07176b4a4b7c357bfabb83 (patch) | |
tree | cdd1e94f2819a7cf2cfc92290951280e9ecf2033 /sysutils | |
parent | 84665df1d0bc7192f8d4ecc6d810452a7f20a1c5 (diff) | |
download | freebsd-ports-gnome-9beba7e6cd10ce7a2f07176b4a4b7c357bfabb83.tar.gz freebsd-ports-gnome-9beba7e6cd10ce7a2f07176b4a4b7c357bfabb83.tar.zst freebsd-ports-gnome-9beba7e6cd10ce7a2f07176b4a4b7c357bfabb83.zip |
. Chase the libarchive library version bump for FreeBSD 5.x.
Reported by: pointyhat (via pav)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ftwin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 61a83b42a079..5257113842d1 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -29,7 +29,7 @@ MAN8= ftwin.8 .include <bsd.port.pre.mk> .if ${OSVERSION} < 600000 -LIB_DEPENDS+= archive.5:${PORTSDIR}/archivers/libarchive +LIB_DEPENDS+= archive.6:${PORTSDIR}/archivers/libarchive CONFIGURE_ARGS+= --with-archive=${LOCALBASE} .endif |