diff options
-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 \ |