diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-18 15:02:05 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-18 15:02:05 +0800 |
commit | 8b7b1f71499052cf68d0058a07cf42ef40964720 (patch) | |
tree | b0b21408d608bd5016947142eef192578c7302b3 | |
parent | 2938a469ddc2146a6f579cd2a084eb72c604ce59 (diff) | |
download | marcuscom-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
-rw-r--r-- | x11/gnome2/Makefile | 8 |
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> |