diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-31 19:58:33 +0000 |
commit | 4f02559f478d051d259832a1f195c7982d9bc0d3 (patch) | |
tree | 91ac0497e1016dce831ce03f77a6bb5976e39d59 /archivers/dact | |
parent | d33e66fe215621c19d88d7ff234cae9dd3ea7015 (diff) |
- Backout latest commit, it needs a repocopy due to API change.
Noticed by: Matthias Andree <matthias.andree@gmx.de>
Notes
Notes:
svn path=/head/; revision=136557
Diffstat (limited to 'archivers/dact')
-rw-r--r-- | archivers/dact/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dact/Makefile b/archivers/dact/Makefile index f95a68df76c3..fd9ebb9cd076 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 |