[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: automagic X11 detection
- To: ports@openbsd.org
- Subject: Re: automagic X11 detection
- From: Ed White <ed@overminder.com>
- Date: Sun, 1 Feb 2004 23:03:41 +0100
- Content-Disposition: inline
- User-Agent: KMail/1.5.1
> I'm considering splitting ethereal into two packages,
>
> tethereal (all no X11 stuff)
> ethereal (depending on tethereal)
This could sound dumb, but I would like to know how to build and install
"ethereal" with today cvsupped ports tree.
I did this:
# cd /usr/ports/net/ethereal
# make
# make install
and after
# make clean
# setenv FLAVOR=gtk1
# make
# make install
Both commands installed only tethereal, however looking at packages directory
I've found the ethereal pkg. How I am supposed to say the ports system
"install also ethereal" ?
Ed