svn commit: r337748 - head/graphics/webp

Johan van Selst johans at FreeBSD.org
Fri Dec 27 16:52:15 UTC 2013


Author: johans
Date: Fri Dec 27 16:52:15 2013
New Revision: 337748
URL: http://svnweb.freebsd.org/changeset/ports/337748

Log:
  Make implicit dependency on glut explicit (required for vwebp)

Modified:
  head/graphics/webp/Makefile

Modified: head/graphics/webp/Makefile
==============================================================================
--- head/graphics/webp/Makefile	Fri Dec 27 16:39:52 2013	(r337747)
+++ head/graphics/webp/Makefile	Fri Dec 27 16:52:15 2013	(r337748)
@@ -3,7 +3,7 @@
 
 PORTNAME=	webp
 PORTVERSION=	0.3.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 MASTER_SITES=	GOOGLE_CODE
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
@@ -17,6 +17,7 @@ LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/grap
 		libtiff.so:${PORTSDIR}/graphics/tiff
 
 USE_LDCONFIG=	yes
+USE_GL=		glut
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list