svn commit: r337290 - head/cad/netgen

Antoine Brodin antoine at FreeBSD.org
Mon Dec 23 20:32:11 UTC 2013


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 at 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


More information about the svn-ports-head mailing list