diff options
author | marcus <marcus@FreeBSD.org> | 2005-03-22 13:19:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-03-22 13:19:50 +0800 |
commit | e219bb66a90b5091b2833106b81d748513b92b71 (patch) | |
tree | ae34462b843e305268fb7613e6265f22ea782c7d /x11-toolkits | |
parent | 70bdf4ae5bc86d67d255a7f0f492ca982cca7ccc (diff) | |
download | freebsd-ports-graphics-e219bb66a90b5091b2833106b81d748513b92b71.tar.gz freebsd-ports-graphics-e219bb66a90b5091b2833106b81d748513b92b71.tar.zst freebsd-ports-graphics-e219bb66a90b5091b2833106b81d748513b92b71.zip |
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)
Diffstat (limited to 'x11-toolkits')
-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 96194d84897..ef450d3b41b 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= |