Date: Mon, 23 Dec 2013 20:32:11 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337290 - head/cad/netgen Message-ID: <201312232032.rBNKWBU6032961@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Mon Dec 23 20:32:11 2013 New Revision: 337290 URL: http://svnweb.freebsd.org/changeset/ports/337290 Log: Fix LIB_DEPENDS Modified: head/cad/netgen/Makefile Modified: head/cad/netgen/Makefile ============================================================================== --- head/cad/netgen/Makefile Mon Dec 23 20:22:31 2013 (r337289) +++ head/cad/netgen/Makefile Mon Dec 23 20:32:11 2013 (r337290) @@ -10,9 +10,9 @@ MASTER_SITES= SF/netgen-mesher/netgen-me MAINTAINER= stephen@FreeBSD.org COMMENT= An automatic 3D tetrahedral mesh generator -LIB_DEPENDS= liobTix8.4.so:${PORTSDIR}/x11-toolkits/tix \ - liobjpeg.so:${PORTSDIR}/graphics/jpeg \ - liobtogl.so:${PORTSDIR}/graphics/togl +LIB_DEPENDS= libTix8.4.3.so:${PORTSDIR}/x11-toolkits/tix \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtogl.so:${PORTSDIR}/graphics/togl USE_LDCONFIG= yes USES= gmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312232032.rBNKWBU6032961>