aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-10 02:20:17 +0800
committersobomax <sobomax@FreeBSD.org>2001-04-10 02:20:17 +0800
commita2a160581812cb4acb017f8fe68db40b0e9c402c (patch)
tree222c1ff0fe2ec6575acf15af1f231a029c5ee389 /x11-fm
parent86b1eba76e146aacedc6184a94cfaff712841ac0 (diff)
downloadfreebsd-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/Makefile3
-rw-r--r--x11-fm/nautilus2/Makefile3
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 \