diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-27 08:15:01 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-27 08:15:01 +0800 |
commit | 140403f29656c30ba79cffc53f1f2b37f5128599 (patch) | |
tree | 571a5392da5819a0de7743c71671a0768f2520c2 | |
parent | 3eb5c8ac9abeaeec69fcd849ef4aa83f455ad437 (diff) | |
download | freebsd-ports-gnome-140403f29656c30ba79cffc53f1f2b37f5128599.tar.gz freebsd-ports-gnome-140403f29656c30ba79cffc53f1f2b37f5128599.tar.zst freebsd-ports-gnome-140403f29656c30ba79cffc53f1f2b37f5128599.zip |
- Fix a typo
-rw-r--r-- | graphics/p5-clutter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/p5-clutter/Makefile b/graphics/p5-clutter/Makefile index f7a7b4182aca..4c8323e82162 100644 --- a/graphics/p5-clutter/Makefile +++ b/graphics/p5-clutter/Makefile @@ -23,7 +23,7 @@ BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-De 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 PERL_CONFIGURE= yes |