diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-21 16:00:06 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-21 16:00:06 +0000 |
commit | 98a848649416269ec0239d201bd2f7f24cff648f (patch) | |
tree | 40c922df7c23e35d40e65b20e25922a128916eb8 /x11-toolkits/py-gnome2/Makefile | |
parent | ad6e89b7f6a0b247a36c4313976b18d31d73d92e (diff) |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2/Makefile')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 57a1cb6146ce..cb480197e7ea 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -14,26 +14,27 @@ DISTNAME= gnome-python-${PORTVERSION} MAINTAINER= nectar@FreeBSD.org -BUILD_DEPENDS= python1.5:${PORTSDIR}/lang/python15 ${PYGTK_DEP} -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ +BUILD_DEPENDS= ${PYGTK_DEP} +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ + capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \ panel_applet.4:${PORTSDIR}/x11/gnomecore -RUN_DEPENDS= python1.5:${PORTSDIR}/lang/python15 ${PYGTK_DEP} +RUN_DEPENDS= ${PYGTK_DEP} GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config USE_GMAKE= yes +USE_PYTHON= yes USE_LIBTOOL= yes LIBTOOLFILES= configure pygnome/configure pygtk/configure -CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ +CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" -CONFIGURE_ARGS= --with-python=python1.5 \ +CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -PYGTK_DEP= ${LOCALBASE}/lib/python1.5/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk +PYGTK_DEP= ${PYTHON_LIBDIR}/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk PLIST_COMPLETE= ${PKGDIR}/PLIST .if !defined(NOPORTDOCS) |