diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-09 18:20:17 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-09 18:20:17 +0000 |
commit | a2a160581812cb4acb017f8fe68db40b0e9c402c (patch) | |
tree | 222c1ff0fe2ec6575acf15af1f231a029c5ee389 | |
parent | 86b1eba76e146aacedc6184a94cfaff712841ac0 (diff) | |
download | FreeBSD-ports-a2a160581812cb4acb017f8fe68db40b0e9c402c.zip FreeBSD-ports-a2a160581812cb4acb017f8fe68db40b0e9c402c.tar.gz |
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.
-rw-r--r-- | graphics/ImageMagick/Makefile | 1 | ||||
-rw-r--r-- | graphics/gd/Makefile | 1 | ||||
-rw-r--r-- | graphics/gd1/Makefile | 1 | ||||
-rw-r--r-- | graphics/gd2/Makefile | 1 | ||||
-rw-r--r-- | graphics/ruby-gd/Makefile | 1 | ||||
-rw-r--r-- | x11-fm/nautilus/Makefile | 3 | ||||
-rw-r--r-- | 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 \ |