aboutsummaryrefslogtreecommitdiff
path: root/cad/netgen
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:53:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 14:53:20 +0000
commita327ff430ab824a5e8342f6a95e1d749c043e5de (patch)
tree29243a947e6109dbf0500a80dd52284f80f4b0aa /cad/netgen
parenta2275161bdf38678974bb793dfe3195fe1950aab (diff)
downloadports-a327ff430ab824a5e8342f6a95e1d749c043e5de.tar.gz
ports-a327ff430ab824a5e8342f6a95e1d749c043e5de.zip
Notes
Diffstat (limited to 'cad/netgen')
-rw-r--r--cad/netgen/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile
index 833b7d703462..fb4d5d3c1a27 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= Tix8.4.3:${PORTSDIR}/x11-toolkits/tix \
- jpeg.11:${PORTSDIR}/graphics/jpeg \
- togl.1:${PORTSDIR}/graphics/togl
+LIB_DEPENDS= liobTix8.4.so:${PORTSDIR}/x11-toolkits/tix \
+ liobjpeg.so:${PORTSDIR}/graphics/jpeg \
+ liobtogl.so:${PORTSDIR}/graphics/togl
USE_LDCONFIG= yes
USES= gmake
@@ -36,13 +36,13 @@ NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOCC}
-LIB_DEPENDS+= TKernel.0:${PORTSDIR}/cad/opencascade
+LIB_DEPENDS+= libTKernel.so:${PORTSDIR}/cad/opencascade
CXXFLAGS+= -DOCCGEOMETRY -DHAVE_CONFIG_H -D${ARCH} -I${LOCALBASE}/include/OpenCASCADE
CONFIGURE_ARGS+= --enable-occ
.endif
.if ${PORT_OPTIONS:MFFMPEG}
-LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
+LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
CONFIGURE_ARGS+= --enable-ffmpeg
.endif