diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:12:46 +0800 |
commit | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (patch) | |
tree | 3c84ec64b1dd1a9a2618a75efa664a18033890bd /graphics/libchamplain/Makefile | |
parent | d0d9889c61e774a633eda7b5bce0688ca50d1ac8 (diff) | |
download | marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.gz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.bz2 marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.lz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.xz marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.tar.zst marcuscom-ports-dfc30719d9758d9e6b3e06963e4bf5175ae16825.zip |
Update MC-ports to GNOME 3.12.
Dragons beware! Although most of them should be sleeping.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19571 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain/Makefile')
-rw-r--r-- | graphics/libchamplain/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile index 6bf5f00bc..add287f80 100644 --- a/graphics/libchamplain/Makefile +++ b/graphics/libchamplain/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= libchamplain -PORTVERSION= 0.12.4 +PORTVERSION= 0.12.7 CATEGORIES= graphics MASTER_SITES= GNOME @@ -13,9 +13,8 @@ COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome -USE_XZ= yes -USES= gmake pathfix pkgconfig -USE_GNOME= gtk30 ltverhack gnomehier introspection:build +USES= gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= gtk30 gnomehier introspection:build USE_GL= gl USE_SQLITE= 3 GNU_CONFIGURE= yes @@ -32,6 +31,6 @@ post-patch: ${WRKSRC}/docs/reference-gtk/Makefile.in post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.* + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libchamplain*.so* .include <bsd.port.mk> |