diff options
author | ade <ade@FreeBSD.org> | 2001-05-16 21:59:16 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2001-05-16 21:59:16 +0800 |
commit | fa323ac8586841aef7d7b4f1260680a8d910c109 (patch) | |
tree | 1c9f8b607179deafcfa51677ca9f6da76927ffb3 /x11-toolkits/py-gnome2 | |
parent | 0d475f94aabd411503d41adf6682eb721022d6ab (diff) | |
download | freebsd-ports-gnome-fa323ac8586841aef7d7b4f1260680a8d910c109.tar.gz freebsd-ports-gnome-fa323ac8586841aef7d7b4f1260680a8d910c109.tar.zst freebsd-ports-gnome-fa323ac8586841aef7d7b4f1260680a8d910c109.zip |
Remove --with-gtkhtml fully. PORTREVISION bumped.
Discovered by: gnome-builder automated script
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 574a9c6b2bc4..f16650ac82ae 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= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python @@ -16,7 +16,6 @@ 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 @@ -26,7 +25,7 @@ USE_LIBTOOL= yes LIBTOOLFILES= configure pygnome/configure pygtk/configure CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ - --with-gtkhtml + --without-gtkhtml EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome |