diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-11 11:12:23 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-11 11:12:23 +0800 |
commit | ddae281cf39a70f785fce03470d3245c0295c8a0 (patch) | |
tree | 6aba7d13eb5393e0029c7edc72b66f45b211f74e /x11 | |
parent | 8787518d726dde60f4e766c9ae2cb0993dfa3639 (diff) | |
download | marcuscom-ports-ddae281cf39a70f785fce03470d3245c0295c8a0.tar.gz marcuscom-ports-ddae281cf39a70f785fce03470d3245c0295c8a0.tar.zst marcuscom-ports-ddae281cf39a70f785fce03470d3245c0295c8a0.zip |
- Add gpdf & ggv
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4475 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome2-fifth-toe/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11/gnome2-fifth-toe/Makefile b/x11/gnome2-fifth-toe/Makefile index 957e09098..d766d3751 100644 --- a/x11/gnome2-fifth-toe/Makefile +++ b/x11/gnome2-fifth-toe/Makefile @@ -3,10 +3,10 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.70 2005/07/18 11:45:59 marcus Exp $ +# $MCom: ports/x11/gnome2-fifth-toe/Makefile,v 1.71 2005/08/11 02:55:30 marcus Exp $ # -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11 gnome PKGNAMESUFFIX= -fifth-toe @@ -33,7 +33,9 @@ RUN_DEPENDS= pan:${PORTSDIR}/news/pan2 \ ${X11BASE}/share/gnome/pixmaps/glines/classic.png:${PORTSDIR}/games/gnomegames2-extra-data \ nautilus-sendto:${PORTSDIR}/deskutils/nautilus-sendto \ goobox:${PORTSDIR}/audio/goobox \ - inkscape:${PORTSDIR}/graphics/inkscape + inkscape:${PORTSDIR}/graphics/inkscape \ + gpdf:${PORTSDIR}/graphics/gpdf \ + ggv:${PORTSDIR}/print/ggv MASTERDIR= ${.CURDIR}/../gnome2 GNOME_SLAVE= yes |