diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-27 13:11:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-27 13:11:30 +0000 |
commit | 5302b9992908955a13ed0743636800c7d5f66f30 (patch) | |
tree | 962262b9dd885d95b256b186f344bc9e7fd7e2fa /graphics/py-clutter | |
parent | 816adf7a37bd1a5d5a52f6d1f7d96f0e7d185824 (diff) |
Notes
Diffstat (limited to 'graphics/py-clutter')
-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 |