diff options
author | flz <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-05-31 17:57:11 +0000 |
commit | 91ad401b3099b1ef76c1dc7f6716ce414b0eb858 (patch) | |
tree | d98e5cee6ac424a070eb43cf94b06c69a3f728ac /x11 | |
parent | ec3789f6e04575563a847af3c1b3db1a623a7db8 (diff) | |
download | FreeBSD-ports-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.zip FreeBSD-ports-91ad401b3099b1ef76c1dc7f6716ce414b0eb858.tar.gz |
- Bump lzo lib version.
- Bump PORTREVISION.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dxpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 6e6ee77..75f40ee 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -7,13 +7,14 @@ PORTNAME= dxpc PORTVERSION= 3.8.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://www.vigor.nu/dxpc/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Compressing X protocol proxy designed to support X11 over slow links -LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo +LIB_DEPENDS= lzo.2:${PORTSDIR}/archivers/lzo MAN1= dxpc.1 PLIST_FILES= bin/dxpc |