diff options
author | makc <makc@FreeBSD.org> | 2011-04-25 06:00:53 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-04-25 06:00:53 +0800 |
commit | 1712fccb0b81610e157a984c9b54167bd59e9a6a (patch) | |
tree | 99b549922f254ee3fb0884cbd43ff65f57a0547c /textproc | |
parent | fffbc9443b39cbc68f1bcb75ceecb5074ce1a660 (diff) | |
download | freebsd-ports-gnome-1712fccb0b81610e157a984c9b54167bd59e9a6a.tar.gz freebsd-ports-gnome-1712fccb0b81610e157a984c9b54167bd59e9a6a.tar.zst freebsd-ports-gnome-1712fccb0b81610e157a984c9b54167bd59e9a6a.zip |
Chase libzip update
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ebook-tools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile index 07f3e71bb4c3..40d84e771878 100644 --- a/textproc/ebook-tools/Makefile +++ b/textproc/ebook-tools/Makefile @@ -7,13 +7,14 @@ PORTNAME= ebook-tools PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= textproc kde MASTER_SITES= SF MAINTAINER= kde@FreeBSD.org COMMENT= Accessing and converting various ebook file formats -LIB_DEPENDS= zip.1:${PORTSDIR}/archivers/libzip +LIB_DEPENDS= zip.3:${PORTSDIR}/archivers/libzip USE_CMAKE= yes USE_LDCONFIG= yes |