[Midnightbsd-cvs] mports [18937] trunk/graphics/webp/Makefile: fix build of webp

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 14 19:59:37 EDT 2015


Revision: 18937
          http://svnweb.midnightbsd.org/mports/?rev=18937
Author:   laffer1
Date:     2015-05-14 19:59:36 -0400 (Thu, 14 May 2015)
Log Message:
-----------
fix build of webp

Modified Paths:
--------------
    trunk/graphics/webp/Makefile

Modified: trunk/graphics/webp/Makefile
===================================================================
--- trunk/graphics/webp/Makefile	2015-05-14 23:55:49 UTC (rev 18936)
+++ trunk/graphics/webp/Makefile	2015-05-14 23:59:36 UTC (rev 18937)
@@ -3,7 +3,7 @@
 
 PORTNAME=	webp
 PORTVERSION=	0.1.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
@@ -10,10 +10,11 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Google WebP image format conversion tool
+
 LICENSE=	bsd3
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
-		png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
+		libpng.so:${PORTSDIR}/graphics/png
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
@@ -20,6 +21,4 @@
 CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
 CPPFLAGS+=	-I${LOCALBASE}/include -L${LOCALBASE}/lib
 
-MAN1=		cwebp.1 dwebp.1
-
 .include <bsd.port.mk>



More information about the Midnightbsd-cvs mailing list