Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Oct 2013 15:05:08 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330130 - head/graphics/evas-loader-gif
Message-ID:  <201310121505.r9CF58xm073242@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Sat Oct 12 15:05:08 2013
New Revision: 330130
URL: http://svnweb.freebsd.org/changeset/ports/330130

Log:
  - Convert to new LIB_DEPENDS syntax
  - Support staging

Modified:
  head/graphics/evas-loader-gif/Makefile

Modified: head/graphics/evas-loader-gif/Makefile
==============================================================================
--- head/graphics/evas-loader-gif/Makefile	Sat Oct 12 15:01:51 2013	(r330129)
+++ head/graphics/evas-loader-gif/Makefile	Sat Oct 12 15:05:08 2013	(r330130)
@@ -14,8 +14,8 @@ COMMENT=	A hardware accelerated canvas A
 
 LICENSE=	BSD
 
-LIB_DEPENDS=	gif:${PORTSDIR}/graphics/giflib \
-		freetype:${PORTSDIR}/print/freetype2
+LIB_DEPENDS=	libgif.so:${PORTSDIR}/graphics/giflib \
+		libfreetype.so:${PORTSDIR}/print/freetype2
 
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
@@ -26,7 +26,6 @@ USE_LDCONFIG=	yes
 
 MAKEDIRS=	${WRKSRC}/src/modules/loaders/gif
 
-NO_STAGE=	yes
 .include "../evas-core/Makefile.inc"
 CONFIGURE_ARGS+=	--enable-image-loader-gif
 



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