diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-23 20:32:11 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-12-23 20:32:11 +0000 |
commit | 468134583eef7d84d23f686967cf836332ff6d26 (patch) | |
tree | 324adab4bd9a01f3f86450089b57b009db9ab938 | |
parent | Update to 0.2.3. (diff) |
Fix LIB_DEPENDS
Notes
Notes:
svn path=/head/; revision=337290
-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 |