Date: Sun, 5 Jan 2014 17:39:35 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338807 - head/textproc/ebook-tools Message-ID: <201401051739.s05HdZH9093823@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Jan 5 17:39:35 2014 New Revision: 338807 URL: http://svnweb.freebsd.org/changeset/ports/338807 Log: - Use the new LIB_DEPENDS syntax. - Support staging. - Set LICENSE. Modified: head/textproc/ebook-tools/Makefile Modified: head/textproc/ebook-tools/Makefile ============================================================================== --- head/textproc/ebook-tools/Makefile Sun Jan 5 17:36:24 2014 (r338806) +++ head/textproc/ebook-tools/Makefile Sun Jan 5 17:39:35 2014 (r338807) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401051739.s05HdZH9093823>