svn commit: r311017 - head/graphics/graphviz

Koop Mast kwm at rainbow-runner.nl
Sat Jan 26 21:03:58 UTC 2013


On Sat, 2013-01-26 at 14:56 +0000, Dirk Meyer wrote:
> @@ -228,21 +224,21 @@ CONFIGURE_ARGS+=  --without-glade
>  
>  .if ${PORT_OPTIONS:MSMYRNA}
>  CONFIGURE_ARGS+=        --with-gtkgl=yes
> -LIB_DEPENDS+=          gtkgl-2.0.1:
> ${PORTSDIR}/x11-toolkits/gtkglarea2
> +LIB_DEPENDS+=          gtkgl-2:${PORTSDIR}/x11-toolkits/gtkglarea2
>  .else
>  CONFIGURE_ARGS+=       --without-gtkgl
>  .endif 

This should be gtkgl-2.0:${PORTSDIR} since the library is called
libgtkgl-2.0.so.1. This is a problem but portlint has no way of knowning
this. Can you fix it or can I do it?

-Koop



More information about the svn-ports-head mailing list