svn commit: r337291 - branches/2014Q1/cad/netgen

Antoine Brodin antoine at FreeBSD.org
Mon Dec 23 20:34:01 UTC 2013


Author: antoine
Date: Mon Dec 23 20:34:00 2013
New Revision: 337291
URL: http://svnweb.freebsd.org/changeset/ports/337291

Log:
  MFH: r337290
  
  Fix LIB_DEPENDS
  Approved by:	portmgr (implicit)

Modified:
  branches/2014Q1/cad/netgen/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/cad/netgen/Makefile
==============================================================================
--- branches/2014Q1/cad/netgen/Makefile	Mon Dec 23 20:32:11 2013	(r337290)
+++ branches/2014Q1/cad/netgen/Makefile	Mon Dec 23 20:34:00 2013	(r337291)
@@ -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-branches mailing list