diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-28 23:14:09 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-12-28 23:14:09 +0800 |
commit | 2f621c2329890ce9307965e71bda791a2b212033 (patch) | |
tree | d7e8d997716109b2527f85edd6f172e74abf4b8f /accessibility | |
parent | 64de49dd44784ad18e8eab76f4ced1e1c410a4df (diff) | |
download | marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.gz marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.tar.zst marcuscom-ports-2f621c2329890ce9307965e71bda791a2b212033.zip |
Fix the build after recent python reshuffle.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18969 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/caribou/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index ba1d50e6c..a79a0ff52 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -32,6 +32,7 @@ LDFLAGS+= -L${LOCALBASE}/lib 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 |