diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-06 01:39:35 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-06 01:39:35 +0800 |
commit | cd82ca292e395171e3c2c913c3e241bd8c853163 (patch) | |
tree | 6c601163c6210021ed42c11640482bd0dbb89d6b /textproc | |
parent | 4fd2364a9b445b719f36dea8449886c9d5dc9fc9 (diff) | |
download | freebsd-ports-gnome-cd82ca292e395171e3c2c913c3e241bd8c853163.tar.gz freebsd-ports-gnome-cd82ca292e395171e3c2c913c3e241bd8c853163.tar.zst freebsd-ports-gnome-cd82ca292e395171e3c2c913c3e241bd8c853163.zip |
- Use the new LIB_DEPENDS syntax.
- Support staging.
- Set LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ebook-tools/Makefile | 5 |
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> |