Date: Thu, 11 Jul 2013 15:04:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322768 - head/graphics/evas-loader-gif Message-ID: <201307111504.r6BF4vAF009048@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307111504.r6BF4vAF009048>