From a2a160581812cb4acb017f8fe68db40b0e9c402c Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 9 Apr 2001 18:20:17 +0000 Subject: Ensure that the freetype-config is available. This should workaround the XFree86-4 + freetype2 problem. This is not a final solution and provided only for forthcoming 4.3 release, after which it will be removed. We are still waiting for jmz to fix things properly. --- graphics/ImageMagick/Makefile | 1 + graphics/gd/Makefile | 1 + graphics/gd1/Makefile | 1 + graphics/gd2/Makefile | 1 + graphics/ruby-gd/Makefile | 1 + x11-fm/nautilus/Makefile | 3 ++- x11-fm/nautilus2/Makefile | 3 ++- 7 files changed, 9 insertions(+), 2 deletions(-) diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 08381e6..f7b29e7 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -20,6 +20,7 @@ MASTER_SITE_SUBDIR= graphics/ImageMagick MAINTAINER= ports@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= bz2.1:${PORTSDIR}/archivers/bzip2 \ fpx.1:${PORTSDIR}/graphics/libfpx \ df.1:${PORTSDIR}/graphics/hdf \ diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 77dbced..d12b052 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= graphics/gd MAINTAINER?= billf@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.6:${PORTSDIR}/print/freetype2 diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index 77dbced..d12b052 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= graphics/gd MAINTAINER?= billf@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.6:${PORTSDIR}/print/freetype2 diff --git a/graphics/gd2/Makefile b/graphics/gd2/Makefile index 77dbced..d12b052 100644 --- a/graphics/gd2/Makefile +++ b/graphics/gd2/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR= graphics/gd MAINTAINER?= billf@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png \ jpeg.9:${PORTSDIR}/graphics/jpeg \ freetype.6:${PORTSDIR}/print/freetype2 diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 546b5fd..7b8484b 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd USE_RUBY= yes diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 1e872d0..cec3b02 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= unstable/sources/nautilus MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ + freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ gtkhtml.8:${PORTSDIR}/www/gtkhtml \ ghttp.1:${PORTSDIR}/www/libghttp \ diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index 1e872d0..cec3b02 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= unstable/sources/nautilus MAINTAINER= sobomax@FreeBSD.org -BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm +BUILD_DEPENDS= rpm:${PORTSDIR}/archivers/rpm \ + freetype-config:${PORTSDIR}/print/freetype2 # XXX LIB_DEPENDS= medusa.0:${PORTSDIR}/sysutils/medusa \ gtkhtml.8:${PORTSDIR}/www/gtkhtml \ ghttp.1:${PORTSDIR}/www/libghttp \ -- cgit v1.1