diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 21:42:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 21:42:10 +0000 |
commit | 2526b3bb231e72addf417afc5b43aedc28c24e88 (patch) | |
tree | 4f648be9164bfd3c24896983099922d6cae31c07 /x11-toolkits/py-gnome2 | |
parent | cff8f03e53c680a641ef3d7e320e8b4477b09788 (diff) | |
download | ports-2526b3bb231e72addf417afc5b43aedc28c24e88.tar.gz ports-2526b3bb231e72addf417afc5b43aedc28c24e88.zip |
Add missing dependencies on libzvt and gnomepanel.
Reported by: bento
Notes
Notes:
svn path=/head/; revision=76759
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index df978b47cad1..756706af4d6b 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= py-gnome PORTVERSION= 1.99.15 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python/1.99 @@ -19,6 +20,8 @@ COMMENT= A set of Python bindings for GNOME 2 BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2 LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ gtkhtml-2.0:${PORTSDIR}/www/libgtkhtml \ + panel-applet-2.0:${PORTSDIR}/x11/gnomepanel \ + zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \ nautilus.2:${PORTSDIR}/x11-fm/nautilus2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk2 |