diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /cad/gmsh/Makefile | |
parent | - Update to 2.3.0 (diff) |
Convert to USES=jpeg
Diffstat (limited to '')
-rw-r--r-- | cad/gmsh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 0ef8657d43af..782ba1bbcc0a 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -15,7 +15,6 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= Automatic 3D finite element mesh generator LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png \ liblapack.so:${PORTSDIR}/math/lapack RUN_DEPENDS= getdp:${PORTSDIR}/science/getdp @@ -24,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source SLAVEDIRS= cad/gmsh-occ -USES= cmake fortran gmake tar:tgz +USES= cmake fortran gmake jpeg tar:tgz USE_GL= yes ALL_TARGET= all |