diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-01-30 00:33:10 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-01-30 00:33:10 +0800 |
commit | 50c9cbf6f0ec0e407010ebabe7315a923f689389 (patch) | |
tree | 0dedf6f52dcb960ed56c6d05e6fb34c5e6cf516f /devel/gobject-introspection/Makefile | |
parent | 8d7ce9306bfa4214367ca0e9e8c844e61d1ed880 (diff) | |
download | marcuscom-ports-50c9cbf6f0ec0e407010ebabe7315a923f689389.tar.gz marcuscom-ports-50c9cbf6f0ec0e407010ebabe7315a923f689389.tar.zst marcuscom-ports-50c9cbf6f0ec0e407010ebabe7315a923f689389.zip |
Sync with ports (libffi's shlib) while here trimp Makefile headers, and some more
shlib versions.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17203 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r-- | devel/gobject-introspection/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 0681626e9..b3b0cfd04 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,6 +1,6 @@ # Created by: Alexander Logvinov <avl@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.48 2012/09/18 22:23:15 kwm Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.49 2012/10/19 16:59:25 kwm Exp $ PORTNAME= gobject-introspection PORTVERSION= 1.34.1.1 @@ -13,7 +13,7 @@ COMMENT= Generate interface introspection data for GObject libraries # we need cairo otherwise the generated Cairo gir is broken BUILD_DEPENDS= cairo-trace:${PORTSDIR}/graphics/cairo -LIB_DEPENDS= ffi.5:${PORTSDIR}/devel/libffi +LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi USE_XZ= yes GNU_CONFIGURE= yes |