aboutsummaryrefslogtreecommitdiff
path: root/textproc/ebook-tools
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-05 17:39:35 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-01-05 17:39:35 +0000
commit3b6211baedc7b3d9aeca22c1950c16b53a3140de (patch)
tree6c601163c6210021ed42c11640482bd0dbb89d6b /textproc/ebook-tools
parentab1f0042d85829b31abfc672ee1ffa76fb80f65d (diff)
downloadports-3b6211baedc7b3d9aeca22c1950c16b53a3140de.tar.gz
ports-3b6211baedc7b3d9aeca22c1950c16b53a3140de.zip
Notes
Diffstat (limited to 'textproc/ebook-tools')
-rw-r--r--textproc/ebook-tools/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ebook-tools/Makefile b/textproc/ebook-tools/Makefile
index 82d4e987e760..613a19687b49 100644
--- a/textproc/ebook-tools/Makefile
+++ b/textproc/ebook-tools/Makefile
@@ -9,11 +9,12 @@ MASTER_SITES= SF
MAINTAINER= kde@FreeBSD.org
COMMENT= Accesses and converts various ebook file formats
-LIB_DEPENDS= zip:${PORTSDIR}/archivers/libzip
+LICENSE= MIT
+
+LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip
USES= cmake
USE_LDCONFIG= yes
USE_GNOME= libxml2
-NO_STAGE= yes
.include <bsd.port.mk>