Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2013 14:06:52 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326730 - in head: net-im/tapioca-qt www/py-jswebkit
Message-ID:  <201309081406.r88E6q4H008455@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com>
-#
+# Created by: Ju Pengfei <jupengfei@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309081406.r88E6q4H008455>