svn commit: r326036 - head/databases/libgda3

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 17:07:11 UTC 2013


Author: antoine
Date: Mon Sep  2 17:07:10 2013
New Revision: 326036
URL: http://svnweb.freebsd.org/changeset/ports/326036

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/databases/libgda3/Makefile

Modified: head/databases/libgda3/Makefile
==============================================================================
--- head/databases/libgda3/Makefile	Mon Sep  2 17:06:54 2013	(r326035)
+++ head/databases/libgda3/Makefile	Mon Sep  2 17:07:10 2013	(r326036)
@@ -27,7 +27,7 @@ LIB_DEPENDS=	popt.0:${PORTSDIR}/devel/po
 
 USE_AUTOTOOLS=	libtool
 USE_GCC=	any
-USES=		gettext
+USES=		gettext pkgconfig
 USE_GMAKE=	yes
 USE_GNOME=	gnomeprefix gnomehack glib20 libxslt intlhack referencehack
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list