summaryrefslogtreecommitdiffstats
path: root/x11-fonts/linux-fontconfig
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2005-09-29 13:20:57 +0000
committermarius <marius@FreeBSD.org>2005-09-29 13:20:57 +0000
commit4ab191efcbfc327f885c141ec0fbf3e33ea02195 (patch)
treea14d151dbe97fe297308e571fe54a385962f564a /x11-fonts/linux-fontconfig
parent51ade21844df6c2e777ee0ca873d23e1a0bae31a (diff)
downloadFreeBSD-ports-4ab191efcbfc327f885c141ec0fbf3e33ea02195.zip
FreeBSD-ports-4ab191efcbfc327f885c141ec0fbf3e33ea02195.tar.gz
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
Diffstat (limited to 'x11-fonts/linux-fontconfig')
-rw-r--r--x11-fonts/linux-fontconfig/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-fonts/linux-fontconfig/Makefile b/x11-fonts/linux-fontconfig/Makefile
index 9907915..450b36c 100644
--- a/x11-fonts/linux-fontconfig/Makefile
+++ b/x11-fonts/linux-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
OpenPOWER on IntegriCloud