diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-13 14:33:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-13 14:33:37 +0000 |
commit | 1146dab36b999b7c5af73fe370c206b7f57858b8 (patch) | |
tree | 12ad9eda783608e2b2dc91646cfcde6710d91854 /x11-toolkits/py-gnome2 | |
parent | 831fd5de6188e26478522669a12d1449214ac8ce (diff) | |
download | ports-1146dab36b999b7c5af73fe370c206b7f57858b8.tar.gz ports-1146dab36b999b7c5af73fe370c206b7f57858b8.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index f776edaf8dc5..d0bbfc530a63 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/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: |