diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-18 00:41:47 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-08-18 00:41:47 +0800 |
commit | 8a13c95519048844c3f9d4c9ec69483a284c88ce (patch) | |
tree | d68179bbcceb340586d30c83c95300b36b30ecef | |
parent | 9346c3bf991aa9c3d077404b4d089d98d58c54d4 (diff) | |
download | marcuscom-ports-8a13c95519048844c3f9d4c9ec69483a284c88ce.tar.gz marcuscom-ports-8a13c95519048844c3f9d4c9ec69483a284c88ce.tar.zst marcuscom-ports-8a13c95519048844c3f9d4c9ec69483a284c88ce.zip |
Update to new lib_depend method, sort USE_GNOME, this port needs libxslt at
build time. And remove JOBS_UNSAFE since it builds fine.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18650 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | accessibility/caribou/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/accessibility/caribou/Makefile b/accessibility/caribou/Makefile index 6f30fbef6..1b76c20c5 100644 --- a/accessibility/caribou/Makefile +++ b/accessibility/caribou/Makefile @@ -14,18 +14,18 @@ COMMENT= Gnome On-Screen keyboard LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ - gee-0.8:${PORTSDIR}/devel/libgee \ - xklavier:${PORTSDIR}/x11/libxklavier +LIB_DEPENDS= libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter \ + libgee-0.8.so:${PORTSDIR}/devel/libgee \ + libxklavier.so:${PORTSDIR}/x11/libxklavier RUN_DEPENDS= py*-atspi>=2.1.91:${PORTSDIR}/accessibility/py-atspi USE_XZ= yes -MAKE_JOBS_UNSAFE=yes USES= gettext gmake pathfix pkgconfig shebangfix SHEBANG_FILES= tools/fix_gir.py tools/make_schema.py USE_PYTHON= yes USE_XORG= x11 xtst -USE_GNOME= gnomehier pygobject3 gtk30 intlhack libxml2 introspection:build +USE_GNOME= gnomehier gtk30 intlhack introspection:build libxml2 \ + libxslt:build pygobject3 GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |