diff options
author | flz <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
commit | 5b372079a6c8b1f8ed710caa881e4fb9018924fa (patch) | |
tree | 5f0d14e685673bea4e3f36c8c69bae74d5def598 /archivers | |
parent | 3f781ad56ee884ab52625926e03c9d15f2d4973e (diff) | |
download | FreeBSD-ports-5b372079a6c8b1f8ed710caa881e4fb9018924fa.zip FreeBSD-ports-5b372079a6c8b1f8ed710caa881e4fb9018924fa.tar.gz |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dact/Makefile | 4 | ||||
-rw-r--r-- | archivers/lzop/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index f95a68d..fd9ebb9 100644 --- a/archivers/dact/Makefile +++ b/archivers/dact/Makefile @@ -8,7 +8,7 @@ PORTNAME= dact PORTVERSION= 0.8.39 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www.rkeene.org/files/oss/dact/release/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic Adaptive Compression Tool LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \ - lzo.2:${PORTSDIR}/archivers/lzo + lzo.1:${PORTSDIR}/archivers/lzo .if !exists(/usr/bin/bzip2) LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 .endif diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 48578e5..ec42a97 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -7,14 +7,14 @@ PORTNAME= lzop PORTVERSION= 1.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers MASTER_SITES= http://www.lzop.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= Fast file compressor similar to gzip, using the LZO library -LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |