summaryrefslogtreecommitdiffstats
path: root/accessibility/caribou/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/caribou/Makefile')
-rw-r--r--accessibility/caribou/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile
index 01c0dfd95..807c4c112 100644
--- a/accessibility/caribou/Makefile
+++ b/accessibility/caribou/Makefile
@@ -20,22 +20,19 @@ LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \
libxklavier.so:${PORTSDIR}/x11/libxklavier
RUN_DEPENDS= py2?-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi
-USES= gettext gmake pathfix pkgconfig shebangfix tar:xz
+USES= gettext gmake pathfix pkgconfig python:2 shebangfix tar:xz
USE_GNOME= gnomehier gtk30 intlhack introspection:build libxml2 \
libxslt:build pygobject3
SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py
-USE_PYTHON= 2
USE_XORG= x11 xtst
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
+
CONFIGURE_ARGS= --enable-gtk2-module=no
GLIB_SCHEMAS= org.gnome.caribou.gschema.xml \
org.gnome.antler.gschema.xml
python_CMD= ${PYTHON_CMD}
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcaribou.so.0
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtk-3.0/modules/libcaribou-gtk-module.so
-
.include <bsd.port.mk>