From df71d1780e90cfcee3fdd3694ff0a298e1809719 Mon Sep 17 00:00:00 2001 From: sobomax Date: Wed, 13 Jun 2001 14:33:37 +0000 Subject: Use ${PYTHON_SITELIBDIR} where appropriate. --- x11-toolkits/py-gnome/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11-toolkits/py-gnome') diff --git a/x11-toolkits/py-gnome/Makefile b/x11-toolkits/py-gnome/Makefile index f776edaf8dc5..d0bbfc530a63 100644 --- a/x11-toolkits/py-gnome/Makefile +++ b/x11-toolkits/py-gnome/Makefile @@ -28,7 +28,7 @@ CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome -PYGTK_DEP= ${PYTHON_LIBDIR}/site-packages/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk +PYGTK_DEP= ${PYTHON_SITELIBDIR}/_gtkmodule.so:${PORTSDIR}/x11-toolkits/py-gtk .if !defined(NOPORTDOCS) post-install: -- cgit