mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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.
This commit is contained in:
parent
94007cbd5c
commit
2a1e03477c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41144
7 changed files with 9 additions and 2 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue