diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-28 18:02:42 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-28 18:02:42 +0000 |
commit | 757d87a67d0ea3201bc7541ad1d8ec3cb1cd84a2 (patch) | |
tree | 0583e74442fe5008061830c03246c187fdff8e4f /x11-toolkits/py-gnome/Makefile | |
parent | 51439e027fb4d87eaf4d5c87ee637940568a8ee2 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index c0dab7619f6e..edd644e9bcb8 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -6,21 +6,23 @@ # PORTNAME= py-gnome -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.4 CATEGORIES= x11-toolkits python gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-python DISTNAME= gnome-python-${PORTVERSION} +DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygtk.pth:${PORTSDIR}/x11-toolkits/py-gtk +USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes USE_GNOMENG= yes -USE_GNOME= gtkhtml +USE_GNOME= gtkhtml libpanel USE_LIBTOOL= yes LIBTOOLFILES= configure pygtk/configure CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ |