svn commit: r326266 - head/graphics/sane-frontends

Baptiste Daroussin bapt at FreeBSD.org
Wed Sep 4 09:52:48 UTC 2013


Author: bapt
Date: Wed Sep  4 09:52:48 2013
New Revision: 326266
URL: http://svnweb.freebsd.org/changeset/ports/326266

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/graphics/sane-frontends/Makefile

Modified: head/graphics/sane-frontends/Makefile
==============================================================================
--- head/graphics/sane-frontends/Makefile	Wed Sep  4 09:48:54 2013	(r326265)
+++ head/graphics/sane-frontends/Makefile	Wed Sep  4 09:52:48 2013	(r326266)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2 # (or later)
 
 LIB_DEPENDS=	sane:${PORTSDIR}/graphics/sane-backends
 
-USE_GMAKE=	yes
+USES=		gmake pkgconfig
 GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include


More information about the svn-ports-all mailing list