aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-09 18:20:17 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-09 18:20:17 +0000
commit2a1e03477cedc922eda1a913c0193c8ac312d10f (patch)
treebb94676d92594ba37f7309a76db7e4b1fb5491ea
parent94007cbd5cd0242d55a4265a51e2f26d228e4232 (diff)
downloadports-2a1e03477cedc922eda1a913c0193c8ac312d10f.tar.gz
ports-2a1e03477cedc922eda1a913c0193c8ac312d10f.zip
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.
Notes
Notes: svn path=/head/; revision=41144
-rw-r--r--graphics/ImageMagick/Makefile1
-rw-r--r--graphics/gd/Makefile1
-rw-r--r--graphics/gd1/Makefile1
-rw-r--r--graphics/gd2/Makefile1
-rw-r--r--graphics/ruby-gd/Makefile1
-rw-r--r--x11-fm/nautilus/Makefile3
-rw-r--r--x11-fm/nautilus2/Makefile3
7 files changed, 9 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 08381e658748..f7b29e7bbc06 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 77dbced78a54..d12b052efb68 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 77dbced78a54..d12b052efb68 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 77dbced78a54..d12b052efb68 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 546b5fdba411..7b8484bcc250 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 1e872d0c3f4e..cec3b027a7a1 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 1e872d0c3f4e..cec3b027a7a1 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 \