diff options
author | ade <ade@FreeBSD.org> | 2000-07-09 05:11:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-07-09 05:11:37 +0800 |
commit | e9d6128bd2697496daaed28f4a6d42a444700bf6 (patch) | |
tree | 97e5a3fe0ca6c91926c8373c36f3b3b29d1e836e /graphics/gnomeiconedit/Makefile | |
parent | 256e305d54731c73230b0bbd063279e143d19547 (diff) | |
download | freebsd-ports-gnome-e9d6128bd2697496daaed28f4a6d42a444700bf6.tar.gz freebsd-ports-gnome-e9d6128bd2697496daaed28f4a6d42a444700bf6.tar.zst freebsd-ports-gnome-e9d6128bd2697496daaed28f4a6d42a444700bf6.zip |
Update to 1.2.0
Diffstat (limited to 'graphics/gnomeiconedit/Makefile')
-rw-r--r-- | graphics/gnomeiconedit/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/gnomeiconedit/Makefile b/graphics/gnomeiconedit/Makefile index ae2856efe012..9b3795744c6f 100644 --- a/graphics/gnomeiconedit/Makefile +++ b/graphics/gnomeiconedit/Makefile @@ -6,15 +6,17 @@ # PORTNAME= gnomeiconedit -PORTVERSION= 1.0.6 +PORTVERSION= 1.2.0 CATEGORIES= graphics gnome -MASTER_SITES= http://www.abdn.ac.uk/~u07ih/gnome-iconedit/ +MASTER_SITES= http://www.webtribe.net/i/iain/ DISTNAME= gnome-iconedit-${PORTVERSION} MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf + gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ + gnomeprint.9:${PORTSDIR}/print/gnomeprint \ + bonobo.2:${PORTSDIR}/devel/bonobo RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter USE_GMAKE= yes |