Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 1997 15:10:30 PDT
From:      Bill Fenner <fenner@parc.xerox.com>
To:        Johan Larsson <gozer@ludd.luth.se>
Cc:        FreeBSD Ports <freebsd-ports@freebsd.org>
Subject:   Re: vat 
Message-ID:  <97Jul29.151036pdt.177512@crevenia.parc.xerox.com>
In-Reply-To: Your message of "Tue, 29 Jul 97 12:02:30 PDT." <Pine.SUN.3.95.970729210106.5936A-100000@father.ludd.luth.se> 

next in thread | previous in thread | raw e-mail | index | archive | help
Johan,

  vat needs an extracted gsm tree since it uses private header files
that the gsm port doesn't install.  The newly added three-colon syntax
to the _DEPENDS allows it to use the extract target instead of install;
try replacing the "DEPENDS=	${GSM_DIR}" with:

BUILD_DEPENDS=	${GSM_DIR}/work/gsm-1.0-pl10/inc/private.h:${GSM_DIR}:extract

That way it'll only extract and not build the gsm port (and the port
build messages will make it more clear why the port is being extracted
even though the library is present).

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97Jul29.151036pdt.177512>