Remove --with-gtkhtml fully. PORTREVISION bumped.
Discovered by: gnome-builder automated script
This commit is contained in:
parent
e521fed43c
commit
200dc1a1fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42637
2 changed files with 4 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue