svn commit: r325824 - head/databases/tcl-sqlite3

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Aug 31 17:53:57 UTC 2013


Author: rm
Date: Sat Aug 31 17:53:57 2013
New Revision: 325824
URL: http://svnweb.freebsd.org/changeset/ports/325824

Log:
  - add missing dependency on pkgconfig
  - no PORTREVISION bump - the update was just committed

Modified:
  head/databases/tcl-sqlite3/Makefile

Modified: head/databases/tcl-sqlite3/Makefile
==============================================================================
--- head/databases/tcl-sqlite3/Makefile	Sat Aug 31 17:47:39 2013	(r325823)
+++ head/databases/tcl-sqlite3/Makefile	Sat Aug 31 17:53:57 2013	(r325824)
@@ -20,6 +20,7 @@ LIB_DEPENDS=	sqlite3:${PORTSDIR}/databas
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/tea
 
+USES=		pkgconfig
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 USE_TCL=	84+


More information about the svn-ports-head mailing list