[Midnightbsd-cvs] mports [20163] trunk/textproc/ebook-tools/Makefile: fix cmake depends

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 6 10:47:19 EDT 2015


Revision: 20163
          http://svnweb.midnightbsd.org/mports/?rev=20163
Author:   laffer1
Date:     2015-09-06 10:47:18 -0400 (Sun, 06 Sep 2015)
Log Message:
-----------
fix cmake depends

Modified Paths:
--------------
    trunk/textproc/ebook-tools/Makefile

Modified: trunk/textproc/ebook-tools/Makefile
===================================================================
--- trunk/textproc/ebook-tools/Makefile	2015-09-05 17:49:59 UTC (rev 20162)
+++ trunk/textproc/ebook-tools/Makefile	2015-09-06 14:47:18 UTC (rev 20163)
@@ -2,16 +2,18 @@
 
 PORTNAME=	ebook-tools
 PORTVERSION=	0.2.2
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Accessing and converting various ebook file formats
+
 LICENSE=	mit
 
-LIB_DEPENDS=	zip:${PORTSDIR}/archivers/libzip
+LIB_DEPENDS=	libzip.so:${PORTSDIR}/archivers/libzip
 
-USE_CMAKE=	yes
+USES=		cmake
 USE_LDCONFIG=	yes
 USE_GNOME=	libxml2
 



More information about the Midnightbsd-cvs mailing list