summaryrefslogtreecommitdiffstats
path: root/x11/gnome2
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-18 15:02:05 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2008-01-18 15:02:05 +0800
commit8b7b1f71499052cf68d0058a07cf42ef40964720 (patch)
treeb0b21408d608bd5016947142eef192578c7302b3 /x11/gnome2
parent2938a469ddc2146a6f579cd2a084eb72c604ce59 (diff)
downloadmarcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.tar
marcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.tar.gz
marcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.tar.bz2
marcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.tar.lz
marcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.tar.xz
marcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.tar.zst
marcuscom-ports-8b7b1f71499052cf68d0058a07cf42ef40964720.zip
Add the ndesk components to gnome2-hacker-tools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10149 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome2')
-rw-r--r--x11/gnome2/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile
index 0ec32dffe..c9eb6c293 100644
--- a/x11/gnome2/Makefile
+++ b/x11/gnome2/Makefile
@@ -3,7 +3,7 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome2/Makefile,v 1.226 2008/01/11 06:15:53 marcus Exp $
+# $MCom: ports/x11/gnome2/Makefile,v 1.227 2008/01/18 06:59:36 marcus Exp $
#
PORTNAME= gnome2
@@ -107,4 +107,10 @@ RUN_DEPENDS+= gnome-screensaver:${PORTSDIR}/x11/gnome-screensaver
.endif
.endif
+.if ${.CURDIR:T}=="gnome2-hacker-tools"
+.if ${ARCH} == "i386"
+RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR}/devel/ndesk-dbus-glib
+.endif
+.endif
+
.include <bsd.port.post.mk>