diff options
author | wxs <wxs@FreeBSD.org> | 2008-09-23 21:24:20 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-09-23 21:24:20 +0800 |
commit | b820f9400ca8f5925d7254c4682f7c80c8a54b6e (patch) | |
tree | 0b75be9f9931d5dc5294246bcc78723446c9bb18 /lang/mono | |
parent | 4a36ffab467b49fa0542a7cb4169b6eedadf8469 (diff) | |
download | freebsd-ports-gnome-b820f9400ca8f5925d7254c4682f7c80c8a54b6e.tar.gz freebsd-ports-gnome-b820f9400ca8f5925d7254c4682f7c80c8a54b6e.tar.zst freebsd-ports-gnome-b820f9400ca8f5925d7254c4682f7c80c8a54b6e.zip |
Change from USE_BISON=yes to USE_BISON=build (functionally equivalent).
PR: ports/127512
Submitted by: Paul Hoffman <phoffman@proper.com>
Approved by: maintainer
Diffstat (limited to 'lang/mono')
-rw-r--r-- | lang/mono/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 127669bf3500..62d905597370 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -18,7 +18,7 @@ COMMENT= An open source implementation of .NET Development Framework CONFLICTS= mono-devel-[0-9]* mono-svn-[0-9]* USE_BZIP2= yes -USE_BISON= yes +USE_BISON= build USE_GNOME= gnomehack glib20 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 |