svn commit: r326556 - head/www/gurlchecker

Baptiste Daroussin bapt at FreeBSD.org
Fri Sep 6 22:12:15 UTC 2013


Author: bapt
Date: Fri Sep  6 22:12:15 2013
New Revision: 326556
URL: http://svnweb.freebsd.org/changeset/ports/326556

Log:
  Add an explicit dependency on pkgconf

Modified:
  head/www/gurlchecker/Makefile

Modified: head/www/gurlchecker/Makefile
==============================================================================
--- head/www/gurlchecker/Makefile	Fri Sep  6 22:12:01 2013	(r326555)
+++ head/www/gurlchecker/Makefile	Fri Sep  6 22:12:15 2013	(r326556)
@@ -22,8 +22,7 @@ GNUTLS_DESC=Library for HTTPS check
 OPTIONS_DEFAULT=	CLAMAV GNUTLS
 
 USE_GNOME=	gnomeprefix intlhack libgnomeui
-USES=	pathfix
-USE_GMAKE=	yes
+USES=	pathfix gmake pkgconfig
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-all mailing list