cvs commit: ports/print/flpsed Makefile distinfo pkg-descr
Alexey Dokuchaev
danfe at FreeBSD.org
Sun Jul 20 10:19:35 UTC 2008
On Sat, Jul 19, 2008 at 01:25:22PM +0000, Martin Wilke wrote:
> miwi 2008-07-19 13:25:22 UTC
>
> FreeBSD ports repository
>
> Modified files:
> print/flpsed Makefile distinfo pkg-descr
> Log:
> - Update to 0.6.1
> - Fix dependencys
>
> -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
> +BUILD_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2
> +RUN_DEPENDS+= ${LOCALBASE}/lib/libfltk2.a:${PORTSDIR}/x11-toolkits/fltk2
Can you elaborate on this part of the change please? It looks bogus:
depending on something like widget toolkit via static library (archive)
and having RUN_DEPENDS (which is, again, makes sence if application
loads shared libraries via dlopen() which is hardly the case here).
Thanks.
./danfe
More information about the cvs-all
mailing list