diff options
author | antoine <antoine@FreeBSD.org> | 2013-12-24 04:32:11 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-12-24 04:32:11 +0800 |
commit | 615190af813756631c6053f26f6ee33c4cb2bb1c (patch) | |
tree | 324adab4bd9a01f3f86450089b57b009db9ab938 /cad/netgen | |
parent | 34550e8b1f85d483afe06ef4ac5c7e9f172a8df1 (diff) | |
download | freebsd-ports-gnome-615190af813756631c6053f26f6ee33c4cb2bb1c.tar.gz freebsd-ports-gnome-615190af813756631c6053f26f6ee33c4cb2bb1c.tar.zst freebsd-ports-gnome-615190af813756631c6053f26f6ee33c4cb2bb1c.zip |
Fix LIB_DEPENDS
Diffstat (limited to 'cad/netgen')
-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 |