diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-07 18:21:33 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-07 18:21:33 +0000 |
commit | 6ac99163dc9900c083c59944a1796a542837dccd (patch) | |
tree | 36f94d490539af7bb9eb9ecbe1b9ee221bbb5a4c /x11 | |
parent | 812c89642327c9401945ae2940c6f541b99d0038 (diff) | |
download | FreeBSD-ports-6ac99163dc9900c083c59944a1796a542837dccd.zip FreeBSD-ports-6ac99163dc9900c083c59944a1796a542837dccd.tar.gz |
Add some FreeBSD-specific GTK+/GNOME tools.
Submitted by: Panagiotis Astithas <past@ebs.gr>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-power-tools/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile index 9c5a698..f9b62db 100644 --- a/x11/gnome2-power-tools/Makefile +++ b/x11/gnome2-power-tools/Makefile @@ -6,7 +6,7 @@ # $MCom: ports/x11/gnome2-power-tools/Makefile,v 1.62 2005/10/06 01:26:06 marcus Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 gnome PKGNAMESUFFIX= -power-tools @@ -33,7 +33,11 @@ RUN_DEPENDS= ${X11BASE}/lib/epiphany/1.8/extensions/libgesturesextension.so:${PO brightside:${PORTSDIR}/x11/brightside \ evolution-gconf-filter-exchange:${PORTSDIR}/devel/evolution-gconf-tools \ ${X11BASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \ - eiciel:${PORTSDIR}/sysutils/eiciel + eiciel:${PORTSDIR}/sysutils/eiciel \ + gtk-send-pr:${PORTSDIR}/sysutils/gtk-send-pr \ + thefish:${PORTSDIR}/sysutils/thefish \ + bpm:${PORTSDIR}/sysutils/bpm \ + pbrowser:${PORTSDIR}/sysutils/portbrowser MASTERDIR= ${.CURDIR}/../gnome2 GNOME_SLAVE= yes |