From owner-freebsd-ports Tue Jul 29 15:11:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16324 for ports-outgoing; Tue, 29 Jul 1997 15:11:25 -0700 (PDT) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA16309 for ; Tue, 29 Jul 1997 15:11:18 -0700 (PDT) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <53538(4)>; Tue, 29 Jul 1997 15:10:45 PDT Received: from localhost by crevenia.parc.xerox.com with SMTP id <177512>; Tue, 29 Jul 1997 15:10:36 -0700 To: Johan Larsson cc: FreeBSD Ports Subject: Re: vat In-reply-to: Your message of "Tue, 29 Jul 97 12:02:30 PDT." Date: Tue, 29 Jul 1997 15:10:30 PDT From: Bill Fenner Message-Id: <97Jul29.151036pdt.177512@crevenia.parc.xerox.com> Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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