Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2013 20:18:45 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337382 - head/x11-wm/compizconfig-python
Message-ID:  <201312242018.rBOKIjGF054856@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Tue Dec 24 20:18:45 2013
New Revision: 337382
URL: http://svnweb.freebsd.org/changeset/ports/337382

Log:
  Fix dependency information.
  
  pkgng detects that some of these are used during runtime apparently, and adds
  them anyway.
  
  This fixes the Tinderbox/pkgng build of x11-wm/ccsm

Modified:
  head/x11-wm/compizconfig-python/Makefile

Modified: head/x11-wm/compizconfig-python/Makefile
==============================================================================
--- head/x11-wm/compizconfig-python/Makefile	Tue Dec 24 20:15:24 2013	(r337381)
+++ head/x11-wm/compizconfig-python/Makefile	Tue Dec 24 20:18:45 2013	(r337382)
@@ -3,7 +3,7 @@
 
 PORTNAME=	compizconfig-python
 PORTVERSION=	0.8.4
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11-wm
 MASTER_SITES=	http://releases.compiz.org/${PORTVERSION}/
 
@@ -14,6 +14,7 @@ BUILD_DEPENDS=	\
 	${LOCALBASE}/libdata/pkgconfig/compiz.pc:${PORTSDIR}/x11-wm/compiz \
 	${LOCALBASE}/libdata/pkgconfig/libcompizconfig.pc:${PORTSDIR}/x11-wm/libcompizconfig \
 	${PYTHON_SITELIBDIR}/Pyrex/Distutils/__init__.py:${PORTSDIR}/devel/pyrex
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -23,10 +24,4 @@ USES=		pathfix pkgconfig
 USE_GNOME=	glib20
 USE_AUTOTOOLS=	libtool
 
-NO_STAGE=	yes
-post-patch:
-	@${REINPLACE_CMD} -e \
-		's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
-		${WRKSRC}/Makefile.in
-
 .include <bsd.port.mk>



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