diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-15 13:30:35 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-15 13:30:35 +0000 |
commit | 46b864572925712e0bcdf5d789fde6c6e73c29a0 (patch) | |
tree | 46d79bfe97e76f41b14452cd01d70a271bf9a7d1 /x11-toolkits/py-gnome2 | |
parent | 4e9156060dea06620e1adc80a04261cbb55d1d51 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/pkg-plist | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 506b4c0118db..e67314e07e35 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -7,6 +7,7 @@ PORTNAME= py-gnome PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python @@ -15,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 @@ -23,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-gnome2/pkg-plist b/x11-toolkits/py-gnome2/pkg-plist index 6b0255a25157..3baada86534b 100644 --- a/x11-toolkits/py-gnome2/pkg-plist +++ b/x11-toolkits/py-gnome2/pkg-plist @@ -3,6 +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 +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 @@ -62,6 +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 +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 @@ -77,5 +81,5 @@ share/examples/py-gnome/stock_demo.py share/examples/py-gnome/ted_demo.py share/examples/py-gnome/uiinfo_demo.py share/examples/py-gnome/zterm.py -@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome @dirrm share/examples/py-gnome +@dirrm lib/%%PYTHON_VERSION%%/site-packages/gnome |