svn commit: r326730 - in head: net-im/tapioca-qt www/py-jswebkit

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 14:06:53 UTC 2013


Author: antoine
Date: Sun Sep  8 14:06:52 2013
New Revision: 326730
URL: http://svnweb.freebsd.org/changeset/ports/326730

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

Modified:
  head/net-im/tapioca-qt/Makefile
  head/www/py-jswebkit/Makefile

Modified: head/net-im/tapioca-qt/Makefile
==============================================================================
--- head/net-im/tapioca-qt/Makefile	Sun Sep  8 14:05:18 2013	(r326729)
+++ head/net-im/tapioca-qt/Makefile	Sun Sep  8 14:06:52 2013	(r326730)
@@ -1,7 +1,4 @@
-# New ports collection Makefile for:		tapioca-qt
-# Date created:					2008-02-10
-# Whom:						arved
-#
+# Created by: arved
 # $FreeBSD$
 
 PORTNAME=	tapioca-qt
@@ -20,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/../COPYING
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
 
-USES=		cmake
+USES=		cmake pkgconfig
 CMAKE_SOURCE_PATH=	..
 USE_QT4=	corelib qmake_build uic_build moc_build rcc_build
 USE_LDCONFIG=	yes

Modified: head/www/py-jswebkit/Makefile
==============================================================================
--- head/www/py-jswebkit/Makefile	Sun Sep  8 14:05:18 2013	(r326729)
+++ head/www/py-jswebkit/Makefile	Sun Sep  8 14:06:52 2013	(r326730)
@@ -1,15 +1,12 @@
-# New ports collection makefile for:	py-jswebkit
-# Date created:				07 Mar 2010
-# Whom:					Ju Pengfei <jupengfei at gmail.com>
-#
+# Created by: Ju Pengfei <jupengfei at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=		jswebkit
 PORTVERSION=		0.0.3
 PORTREVISION=	2
 CATEGORIES=		www python
 MASTER_SITES=		GOOGLE_CODE
+PROJECTHOST=		gwrite
 PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
 DISTNAME=		python-${PORTNAME}-${PORTVERSION}
 
@@ -22,9 +19,7 @@ RUN_DEPENDS:=		${BUILD_DEPENDS}
 
 PLIST_FILES=		%%PYTHON_SITELIBDIR%%/jswebkit.so
 
-PROJECTHOST=		gwrite
-
-WRKSRC=			${WRKDIR}/${DISTNAME}
+USES=			pkgconfig
 USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_PKGNAME=	python_jswebkit


More information about the svn-ports-all mailing list