diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-25 15:18:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-25 15:18:35 +0800 |
commit | 8464e80d2f5d259cfe21da5761f402f926ba5ca9 (patch) | |
tree | bc527cd6892ef4ee1dd57a7152254abe11cabaeb /x11-toolkits/py-gnome-extras | |
parent | 81526209b31d7750be483394bef13f0aacac6c47 (diff) | |
download | marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.tar marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.tar.gz marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.tar.bz2 marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.tar.lz marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.tar.xz marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.tar.zst marcuscom-ports-8464e80d2f5d259cfe21da5761f402f926ba5ca9.zip |
Correct libgtop library version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5319 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-extras')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index ba8e786d3..46d685da5 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -3,7 +3,7 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.26 2005/11/29 16:07:33 marcus Exp $ +# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.28 2005/12/13 06:59:15 marcus Exp $ # PORTNAME= gnome @@ -20,7 +20,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME 2 LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ - gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \ + gtop-2.0.0:${PORTSDIR}/devel/libgtop2 \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ gksuui1.0.1:${PORTSDIR}/sysutils/libgksuui \ |