aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-08-28 18:02:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-08-28 18:02:42 +0000
commit757d87a67d0ea3201bc7541ad1d8ec3cb1cd84a2 (patch)
tree0583e74442fe5008061830c03246c187fdff8e4f /x11-toolkits/py-gnome/Makefile
parent51439e027fb4d87eaf4d5c87ee637940568a8ee2 (diff)
downloadports-757d87a67d0ea3201bc7541ad1d8ec3cb1cd84a2.tar.gz
ports-757d87a67d0ea3201bc7541ad1d8ec3cb1cd84a2.zip
Notes
Diffstat (limited to 'x11-toolkits/py-gnome/Makefile')
-rw-r--r--x11-toolkits/py-gnome/Makefile10
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} \