diff options
author | kris <kris@FreeBSD.org> | 2004-06-07 10:47:41 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-07 10:47:41 +0000 |
commit | 3a7681badc5b1e13127d1f2110831f58636dd8a6 (patch) | |
tree | f014cef1beca923da3c6804fef1e76c9327f97db /archivers/libcomprex | |
parent | 6e4989fc70d3d65e148b14505cf999a173163769 (diff) | |
download | FreeBSD-ports-3a7681badc5b1e13127d1f2110831f58636dd8a6.zip FreeBSD-ports-3a7681badc5b1e13127d1f2110831f58636dd8a6.tar.gz |
Re-bump the curl shared library version.
Pointy hat to: ade
Diffstat (limited to 'archivers/libcomprex')
-rw-r--r-- | archivers/libcomprex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index 215650f..dab7596 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= gnupdate MAINTAINER= ports@FreeBSD.org COMMENT= Transparently handles automatic compression and decompression of files -LIB_DEPENDS= curl.2:${PORTSDIR}/ftp/curl +LIB_DEPENDS= curl.3:${PORTSDIR}/ftp/curl .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 |