diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-27 21:11:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-27 21:11:30 +0800 |
commit | a70b08ee1a4bb10adaa8afaca5a59ce342d9a09a (patch) | |
tree | 6bf6b4f39e32ba8e3bcd5b6fdc45821f2e739d53 | |
parent | 299ce9cf86794be3d98b6e447d72645567c7b3cf (diff) | |
download | freebsd-ports-gnome-a70b08ee1a4bb10adaa8afaca5a59ce342d9a09a.tar.gz freebsd-ports-gnome-a70b08ee1a4bb10adaa8afaca5a59ce342d9a09a.tar.zst freebsd-ports-gnome-a70b08ee1a4bb10adaa8afaca5a59ce342d9a09a.zip |
- Fix INDEX
-rw-r--r-- | graphics/py-clutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index 6cb416f86555..9e4c4052f078 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedi LIB_DEPENDS= clutter-glx-0.8:${PORTSDIR}/graphics/clutter \ clutter-gst-0.8:${PORTSDIR}/multimedia/clutter-gst \ clutter-cairo-0.8:${PORTSDIR}/graphics/clutter-cairo \ - clutter-gtk-0.8:${PORTSDIR}//graphics/clutter-gtk + clutter-gtk-0.8:${PORTSDIR}/graphics/clutter-gtk USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |