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/lzop | |
parent | d33e66fe215621c19d88d7ff234cae9dd3ea7015 (diff) | |
download | ports-4f02559f478d051d259832a1f195c7982d9bc0d3.tar.gz ports-4f02559f478d051d259832a1f195c7982d9bc0d3.zip |
Notes
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 48578e555447..ec42a9719d7b 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} |