svn commit: r322768 - head/graphics/evas-loader-gif

Martin Wilke miwi at FreeBSD.org
Thu Jul 11 15:04:57 UTC 2013


Author: miwi
Date: Thu Jul 11 15:04:56 2013
New Revision: 322768
URL: http://svnweb.freebsd.org/changeset/ports/322768

Log:
  - Add missing pkgconfig dependency
  - While here convert to USES gmake too

Modified:
  head/graphics/evas-loader-gif/Makefile   (contents, props changed)

Modified: head/graphics/evas-loader-gif/Makefile
==============================================================================
--- head/graphics/evas-loader-gif/Makefile	Thu Jul 11 13:02:30 2013	(r322767)
+++ head/graphics/evas-loader-gif/Makefile	Thu Jul 11 15:04:56 2013	(r322768)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	gif:${PORTSDIR}/graphics/gi
 DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		pkgconfig gmake
 USE_EFL=	evas librt_hack libtool_hack
 USE_LDCONFIG=	yes
 


More information about the svn-ports-all mailing list