diff options
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index 506b4c0..e67314e 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/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 |