1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

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
This commit is contained in:
Chris Rees 2013-12-24 20:18:45 +00:00
parent 76ef82fbda
commit c673ee8bea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337382

View File

@ -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>