aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-gnome2/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-07-03 19:38:46 +0800
committersobomax <sobomax@FreeBSD.org>2001-07-03 19:38:46 +0800
commite4d4131c4bb770621709ee3679b8275011ff7efb (patch)
treee0f60f18d58fc7cc379f08f01bf800ebee090b68 /x11-toolkits/py-gnome2/Makefile
parentdd7bc8c2080342652d6782887d395f05459a7040 (diff)
downloadfreebsd-ports-gnome-e4d4131c4bb770621709ee3679b8275011ff7efb.tar.gz
freebsd-ports-gnome-e4d4131c4bb770621709ee3679b8275011ff7efb.tar.zst
freebsd-ports-gnome-e4d4131c4bb770621709ee3679b8275011ff7efb.zip
Re-enable gtkhtml module - now gtkhtml is dependency for gnomecore, so it
could be safely enabled.
Diffstat (limited to 'x11-toolkits/py-gnome2/Makefile')
-rw-r--r--x11-toolkits/py-gnome2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile
index d0bbfc530a63..a52426f80f32 100644
--- a/x11-toolkits/py-gnome2/Makefile
+++ b/x11-toolkits/py-gnome2/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