Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2013 16:52:15 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337748 - head/graphics/webp
Message-ID:  <201312271652.rBRGqF6d022627@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271652.rBRGqF6d022627>