Subject: Re: creating a package
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Adrian Portelli <adrianp@stindustries.net>
List: tech-pkg
Date: 09/14/2005 14:40:39
Steven M. Bellovin wrote:
> Meanwhile, I have a new question: with the buildlink3 framework, is 
> there a way to specify that I need a particular version of a package?
> 
> 		--Steven M. Bellovin, http://www.cs.columbia.edu/~smb
> 
> 
> 

If you mean as a dependency, you can use something like this in the
Makefile of your package:

BUILDLINK_DEPENDS.openssl+=     openssl>=0.9.7

e.g. net/freeradius.

HTH,

adrian.