diff options
-rw-r--r-- | cad/netgen/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index fb4d5d3c1a27..df60a0494d73 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -10,9 +10,9 @@ MASTER_SITES= SF/netgen-mesher/netgen-mesher/${PORTVERSION:S|.0$||}/ 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 |