diff options
Diffstat (limited to 'accessibility/caribou/Makefile')
-rw-r--r-- | accessibility/caribou/Makefile | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 13a777fcb..2d2098503 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -3,7 +3,7 @@ # $MCom: ports/trunk/accessibility/caribou/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= caribou -PORTVERSION= 0.4.3 +PORTVERSION= 0.4.10 CATEGORIES= accessibility gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,17 +16,18 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - gee:${PORTSDIR}/devel/libgee06 \ + gee-0.8:${PORTSDIR}/devel/libgee \ xklavier:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= py*-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi USE_XZ= yes USE_GMAKE= yes MAKE_JOBS_UNSAFE=yes -USES= gettext pathfix pkgconfig +USES= gettext pathfix pkgconfig shebangfix +SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py USE_PYTHON= yes USE_XORG= x11 xtst -USE_GNOME= intltool pygobject3 gtk30 intlhack gnomedocutils libxml2 +USE_GNOME= gnomehier intltool pygobject3 gtk30 intlhack libxml2 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -34,13 +35,4 @@ CONFIGURE_ARGS= --enable-gtk2-module=no GLIB_SCHEMAS= org.gnome.caribou.gschema.xml \ org.gnome.antler.gschema.xml -post-patch: - @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|g' \ - ${WRKSRC}/tools/*.py - @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|g' \ - -e 's|$${BASH_SOURCE\[0\]}|.|g' \ - ${WRKSRC}/bin/antler-keyboard.in \ - ${WRKSRC}/bin/caribou-preferences.in \ - ${WRKSRC}/bin/caribou.in - .include <bsd.port.mk> |