aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-03 11:38:46 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-03 11:38:46 +0000
commit5cde3dbf1a89da0353b421e5d634595ae8b39b62 (patch)
tree6a32ab02324abeaa39ce78c1de7981bf21bcdfa1 /x11-toolkits/py-gnome
parentd85c29ac91256ff5ac4c5289064a9244a0a8ceac (diff)
downloadports-5cde3dbf1a89da0353b421e5d634595ae8b39b62.tar.gz
ports-5cde3dbf1a89da0353b421e5d634595ae8b39b62.zip
Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so it
could be safely enabled.
Notes
Notes: svn path=/head/; revision=44694
Diffstat (limited to 'x11-toolkits/py-gnome')
-rw-r--r--x11-toolkits/py-gnome/Makefile6
-rw-r--r--x11-toolkits/py-gnome/pkg-plist8
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile
index d0bbfc530a63..a52426f80f32 100644
--- a/x11-toolkits/py-gnome/Makefile
+++ b/x11-toolkits/py-gnome/Makefile
@@ -7,7 +7,7 @@
PORTNAME= py-gnome
PORTVERSION= 1.4.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits python gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-python
@@ -16,6 +16,7 @@ DISTNAME= gnome-python-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= ${PYGTK_DEP}
+LIB_DEPENDS= gtkhtml.10:${PORTSDIR}/www/gtkhtml
RUN_DEPENDS= ${PYGTK_DEP}
USE_GMAKE= yes
@@ -24,7 +25,8 @@ USE_GNOME= yes
USE_LIBTOOL= yes
LIBTOOLFILES= configure pygnome/configure pygtk/configure
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
- --with-gnome-config=${X11BASE}/bin/gnome-config
+ --with-gnome-config=${X11BASE}/bin/gnome-config \
+ --with-gtkhtml
EG_SRC_DIR= ${WRKSRC}/pygnome/examples
EG_DST_DIR= ${PREFIX}/share/examples/py-gnome
diff --git a/x11-toolkits/py-gnome/pkg-plist b/x11-toolkits/py-gnome/pkg-plist
index 33a942af9c37..3baada86534b 100644
--- a/x11-toolkits/py-gnome/pkg-plist
+++ b/x11-toolkits/py-gnome/pkg-plist
@@ -3,7 +3,7 @@ lib/%%PYTHON_VERSION%%/site-packages/_cappletmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gladegnomemodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gnomemodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gnomeuimodule.so
-@comment lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
+lib/%%PYTHON_VERSION%%/site-packages/_gtkhtmlmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_gtkxmhtmlmodule.so
lib/%%PYTHON_VERSION%%/site-packages/_zvtmodule.so
lib/%%PYTHON_VERSION%%/site-packages/gettext.py
@@ -63,9 +63,9 @@ lib/%%PYTHON_VERSION%%/site-packages/gnome/xmhtml.pyo
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.py
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyc
lib/%%PYTHON_VERSION%%/site-packages/gnome/zvt.pyo
-@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
-@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
-@comment lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
+lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.py
+lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyc
+lib/%%PYTHON_VERSION%%/site-packages/gtkhtml.pyo
share/examples/py-gnome/about.py
share/examples/py-gnome/bookmarks-applet.py
share/examples/py-gnome/calculator.py