diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-22 04:32:41 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-22 04:32:41 +0800 |
commit | 1e83559cb125fcf6217ef2ce08c2acecea6ab2e3 (patch) | |
tree | c417148533ab3ce383be352d62134f8e022f5ff6 /x11-toolkits/py-gnome-extras | |
parent | 9ffb7746b7d498a1487644a330da80ddda155a31 (diff) | |
download | marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.tar marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.tar.gz marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.tar.bz2 marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.tar.lz marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.tar.xz marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.tar.zst marcuscom-ports-1e83559cb125fcf6217ef2ce08c2acecea6ab2e3.zip |
* Add a missing dependency on gnomemedia2
* Fix a typo in the plist
Reported by: ade
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4564 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-extras')
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/py-gnome-extras/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index df99e0d13..9bc7f83f8 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -3,11 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.17 2005/07/21 16:02:49 mezz Exp $ +# $MCom: ports/x11-toolkits/py-gnome-extras/Makefile,v 1.18 2005/08/11 02:53:15 marcus Exp $ # PORTNAME= gnome PORTVERSION= 2.11.4 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} @@ -25,6 +26,7 @@ LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ totem-plparser.1:${PORTSDIR}/multimedia/totem-gstreamer \ gksu1.2.0:${PORTSDIR}/sysutils/libgksu \ gksuui1.0.0:${PORTSDIR}/sysutils/libgksuui \ + gnome-media-profiles.0:${PORTSDIR}/audio/gnomemedia2 \ gdl-1.0:${PORTSDIR}/x11-toolkits/gdl RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} diff --git a/x11-toolkits/py-gnome-extras/pkg-plist b/x11-toolkits/py-gnome-extras/pkg-plist index fadd0720a..b1930e495 100644 --- a/x11-toolkits/py-gnome-extras/pkg-plist +++ b/x11-toolkits/py-gnome-extras/pkg-plist @@ -116,7 +116,7 @@ share/pygtk/2.0/defs/printui.defs share/pygtk/2.0/defs/trayicon.defs share/pygtk/2.0/defs/wnck.defs %%PORTDOCS%%@dirrm share/examples/py-gnome/nautilusburn -%%PORTDCOS%%@dirrm share/examples/py-gnome/mediaprofiles +%%PORTDOCS%%@dirrm share/examples/py-gnome/mediaprofiles %%PORTDOCS%%@dirrm share/examples/py-gnome/gtkspell %%PORTDOCS%%@dirrm share/examples/py-gnome/gtksourceview %%PORTDOCS%%@dirrm share/examples/py-gnome/gtkhtml2 |