diff options
author | marcus <marcus@FreeBSD.org> | 2003-03-03 05:42:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-03-03 05:42:10 +0800 |
commit | 30143202ee343adcc8a1dc7539b67f1a08126ffa (patch) | |
tree | 50b956428e0f7febacfc2fed964aa1b64fbbe622 /x11-toolkits/py-gnome2 | |
parent | 5e84c5bcc2ace5cc4a71def9edf6918a9c616ee1 (diff) | |
download | freebsd-ports-graphics-30143202ee343adcc8a1dc7539b67f1a08126ffa.tar.gz freebsd-ports-graphics-30143202ee343adcc8a1dc7539b67f1a08126ffa.tar.zst freebsd-ports-graphics-30143202ee343adcc8a1dc7539b67f1a08126ffa.zip |
Add missing dependencies on libzvt and gnomepanel.
Reported by: bento
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 df978b47cad..756706af4d6 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 |