diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-10 02:20:17 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-10 02:20:17 +0800 |
commit | a2a160581812cb4acb017f8fe68db40b0e9c402c (patch) | |
tree | 222c1ff0fe2ec6575acf15af1f231a029c5ee389 /x11-fm | |
parent | 86b1eba76e146aacedc6184a94cfaff712841ac0 (diff) | |
download | freebsd-ports-gnome-a2a160581812cb4acb017f8fe68db40b0e9c402c.tar.gz freebsd-ports-gnome-a2a160581812cb4acb017f8fe68db40b0e9c402c.tar.zst freebsd-ports-gnome-a2a160581812cb4acb017f8fe68db40b0e9c402c.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.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 3 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
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 \ |