diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-22 05:19:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-22 05:19:50 +0000 |
commit | ed792bd5c330d441cac22761d972f1f7bd76d9b1 (patch) | |
tree | ddc21a35ebaf7ed007e1769374665236e93600aa | |
parent | BROKEN: Size mismatch (diff) |
Add a missing dependency on Mozilla. All the hooks were there, we just forgot
to actually depend on it.
Reported by: pointyhat via kris
Approved by: portmgr (implicit)
-rw-r--r-- | x11-toolkits/py-gnome-extras/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/Makefile b/x11-toolkits/py-gnome-extras/Makefile index 96194d848972..ef450d3b41bc 100644 --- a/x11-toolkits/py-gnome-extras/Makefile +++ b/x11-toolkits/py-gnome-extras/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnome PORTVERSION= 2.10.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} @@ -18,9 +19,11 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= A set of Python bindings for GNOME 2 +BUILD_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} LIB_DEPENDS= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 \ gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \ totem-plparser.0:${PORTSDIR}/multimedia/totem-gstreamer +RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} MOZILLA= mozilla HEADERS_SUFX= |