Date: Thu, 13 Jan 2005 00:19:01 -0500 From: "dave" <dmehler26@woh.rr.com> To: <freebsd-ports@freebsd.org> Subject: lib_depends port patch and pkg-plist Message-ID: <010b01c4f92f$64c863d0$0400a8c0@satellite>
next in thread | raw e-mail | index | archive | help
Hello, I'm trying to alter a port, i want to change it so that instead of pulling in all the lib depends, they are not all necessary for the port they just give extra functionality, i use "if defined" blocks. My goal is if someone wants a feature "make WITH_FEATURE=yes" will do it, but if not they won't get all the extra dependencies needed. I've got the if defines going, and that seems to be working, but my problem is with the pkg-plist file, how do i handle this in view of the dependencies? Thanks. Dave.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010b01c4f92f$64c863d0$0400a8c0>