diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-10 01:00:39 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-03-10 01:00:39 +0800 |
commit | ee00b8842120dcaa7d2d5cd10fed2e6463692503 (patch) | |
tree | 63fe4866ccf28397aab98e3104efdac386e26d2e | |
parent | ea4dd813fabea89b788bae8b7a7d7acedc86de85 (diff) | |
download | marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.tar marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.tar.gz marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.tar.bz2 marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.tar.lz marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.tar.xz marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.tar.zst marcuscom-ports-ee00b8842120dcaa7d2d5cd10fed2e6463692503.zip |
Switch bison to build only depend instead of both.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15434 df743ca5-7f9a-e211-a948-0013205c9059
-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 721a712e9..01998184a 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Logvinov <avl@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/gobject-introspection/Makefile,v 1.32 2011/02/23 17:07:30 kwm Exp $ +# $MCom: ports/devel/gobject-introspection/Makefile,v 1.33 2011/03/01 20:46:32 kwm Exp $ # PORTNAME= gobject-introspection @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomehack glib20 ltverhack USE_PYTHON= yes -USE_BISON= both +USE_BISON= build USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |