summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-05 03:42:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-02-05 03:42:36 +0800
commit9771f6975ce2d3fe5d09d0b375b6798fa0f5183c (patch)
treed97343e5caa43eea48cbf8ebcce2ac8cd67c111f /deskutils/deskbar-applet
parented19da855249f127e58d74166a5423662a763f7c (diff)
downloadmarcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.tar
marcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.tar.gz
marcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.tar.bz2
marcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.tar.lz
marcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.tar.xz
marcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.tar.zst
marcuscom-ports-9771f6975ce2d3fe5d09d0b375b6798fa0f5183c.zip
Add a missing build depends on X11 misc fonts.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5616 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet')
-rw-r--r--deskutils/deskbar-applet/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile
index 7d8afe22c..6efb7c56b 100644
--- a/deskutils/deskbar-applet/Makefile
+++ b/deskutils/deskbar-applet/Makefile
@@ -3,7 +3,7 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.8 2006/02/04 19:40:04 marcus Exp $
+# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.9 2006/02/04 19:41:22 marcus Exp $
#
PORTNAME= deskbar-applet
@@ -45,7 +45,8 @@ PLIST_SUB+= EVO="@comment "
.endif
.if !defined(DISPLAY)
-BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT}
+BUILD_DEPENDS+= Xvfb:${X_VFBSERVER_PORT} \
+ ${X11BASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${X_FONTS_MISC_PORT}
.if !defined(PACKAGE_BUILDING)
CONFIGURE_ENV+= DISPLAY="localhost:1001"
.endif