Subject: BUILD_DEPENDS on gettext
To: None <tech-pkg@netbsd.org>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: tech-pkg
Date: 10/14/2002 15:58:31
Hi,
I've an almost-ready package for GNU grep 2.5 (I need it for solaris).
The only remaining problem is a build dependancy: GNU grep requires
the gettext binary to build. A
BUILD_DEPENDS+=         gettext:../../devel/gettext
doesn't look right, because on NetBSD (and possibly others)
gettext is part of the base system.
What is the right way of solving this ? I'm thinking at:
.if ${OPSYS} == "SunOS" 
as I didn't find predefines for GETTEXT in pkgsrc/mk/*
 
-- 
Manuel Bouyer, LIP6, Universite Paris VI.           Manuel.Bouyer@lip6.fr
--