aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-04-10 02:20:17 +0800
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-04-10 02:20:17 +0800
commit2a1e03477cedc922eda1a913c0193c8ac312d10f (patch)
treebb94676d92594ba37f7309a76db7e4b1fb5491ea /x11-fm/nautilus
parent94007cbd5cd0242d55a4265a51e2f26d228e4232 (diff)
downloadfreebsd-ports-gnome-2a1e03477cedc922eda1a913c0193c8ac312d10f.tar.gz
freebsd-ports-gnome-2a1e03477cedc922eda1a913c0193c8ac312d10f.tar.zst
freebsd-ports-gnome-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.
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r--x11-fm/nautilus/Makefile3
1 files changed, 2 insertions, 1 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 \