Re: Help with first port Makefile

2011-03-29 Thread Rod Person
On Mon, 28 Mar 2011 23:28:39 -0300 Raphael Kubo da Costa wrote: > By the way, taking a look at the comments in the beginning of > bsd.gnome.mk is also a good idea, as it shows you can use something > like > > USE_GNOME=gtk20 > > and be done with it. Thanks, after being suggested to use this t

Re: Help with first port Makefile

2011-03-28 Thread Jeremy Messenger
On Mon, Mar 28, 2011 at 9:28 PM, Raphael Kubo da Costa wrote: > Rod Person writes: > >> If I put: >>       USE_GNOME= yes >> in the Makefile everything builds great, but it checks for dependencies >> that aren't needed by Fotoxx. All I want to check is to make sure gtk20 >> is installed. I have t

Re: Help with first port Makefile

2011-03-28 Thread Raphael Kubo da Costa
Rod Person writes: > If I put: > USE_GNOME= yes > in the Makefile everything builds great, but it checks for dependencies > that aren't needed by Fotoxx. All I want to check is to make sure gtk20 > is installed. I have tried the following, but all of these fail to find > gtk20, even though

Help with first port Makefile

2011-03-28 Thread Rod Person
Hello, I read "FreeBSD needs new blood!" by Martin Wilke and decided to try my hand at this, but before diving into X11 like I want, I need to brush off the C skills I haven't used in 10 years. I decided to first port something from the Wanted Ports on the FreeBSD wiki and choose Fotoxx. I've bee