From d3486c0448995c8ac4e828d780e8b9216210cf3f Mon Sep 17 00:00:00 2001 From: Marius Strobl Date: Thu, 29 Sep 2005 13:20:57 +0000 Subject: Fix a dependency bug that crept in with rev. 1.7, even when using the currently commented out pkg-install script linux-expat is only a RUN_DEPENDS rather than a BUILD_DEPENDS so declare it as such instead of a BUILD_DEPENDS and setting RUN_DEPENDS=${BUILD_DEPENDS}. The latter caused archivers/rpm and devel/popt to be unnecessarily dragged in as RUN_DEPENDS (via the included x11-toolkits/linux-gtk/Makefile). Approved by: netchild --- x11-fonts/linux-f10-fontconfig/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'x11-fonts/linux-f10-fontconfig') diff --git a/x11-fonts/linux-f10-fontconfig/Makefile b/x11-fonts/linux-f10-fontconfig/Makefile index 99079159cf47..450b36c98971 100644 --- a/x11-fonts/linux-f10-fontconfig/Makefile +++ b/x11-fonts/linux-f10-fontconfig/Makefile @@ -7,15 +7,14 @@ PORTNAME= fontconfig PORTVERSION= 2.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-fonts linux MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Linux/i386 binary of Fontconfig EXTRACT_DEPENDS=rpm2cpio:${PORTSDIR}/archivers/rpm -BUILD_DEPENDS= ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS= ${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat USE_REINPLACE= yes BASEVERSION= 9 -- cgit v1.2.3