diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-24 22:00:53 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-24 22:00:53 +0000 |
commit | 68b14948064a7c7ec3f8f75c52a4d074105357c4 (patch) | |
tree | efcb21b4770cc277bcf0c969741d7bd20cfd8d9f /textproc | |
parent | 8740de04a9947b32dd9703472c1d4ee97db23e54 (diff) | |
download | ports-68b14948064a7c7ec3f8f75c52a4d074105357c4.tar.gz ports-68b14948064a7c7ec3f8f75c52a4d074105357c4.zip |
Notes
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 |