diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 15:37:44 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-06 15:37:44 +0800 |
commit | 9c4b7b5624a03359915de9b5dac18927479e1fcc (patch) | |
tree | 97a60f08e3e14440db67c1cd1077dca9f08dec99 /devel/gobject-introspection/Makefile | |
parent | 809df3156c257d1b892dccda5724bfec8a64a6f3 (diff) | |
download | marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.tar marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.tar.gz marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.tar.bz2 marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.tar.lz marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.tar.xz marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.tar.zst marcuscom-ports-9c4b7b5624a03359915de9b5dac18927479e1fcc.zip |
Update to 0.6.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12781 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gobject-introspection/Makefile')
-rw-r--r-- | devel/gobject-introspection/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 02e8d940f..808a676a5 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Logvinov <avl@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.1 2009/07/30 00:47:56 avl Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.2 2009/08/29 22:54:21 marcus Exp $ # PORTNAME= gobject-introspection -PORTVERSION= 0.6.4 +PORTVERSION= 0.6.5 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 USE_PYTHON= yes +USE_BISON= both USE_GETTEXT= yes USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes |