-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jesse Smith wrote:
> Hi all,
> 
> I'm trying to put together a port and I'm running into a dependency
> issue. The package's configure script says it can't find "gmcs" on the
> system.
> 
> A little Googling has told me that gmcs is a part of Mono. But I'm not
> sure which Mono module I need. There are a lot of Mono packages in the
> Ports system (Mono, mono-basic, monodevelop...)
> 
> Searching the Ports system for "gmcs" turns up a blank. Could someone
> please tell me which mono package I should be using?
> 
> Thank you,
> Jesse

Hi Jesse,

When faced with a question like that, I often grep the pkg-plist files
in /usr/ports.  I did that for gmcs like so:

grep gmcs /usr/ports/*/*mono*/pkg-plist

and that turned up:

/usr/ports/lang/mono/pkg-plist:bin/gmcs

You can add a BUILD_DEPENDS variable to pull in lang/mono before the
configure script starts.

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/sourcehosting/ - Follow me, follow you
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iD8DBQFMYwDs0sRouByUApARArskAKCfcXBn9b1kAJMYRZWcKvT6g84qmQCfbrf5
uhXy3ZIrbfJ3SjhuemIYHS8=
=Jkdf
-----END PGP SIGNATURE-----

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to