diff options
Diffstat (limited to 'cad/gmsh/Makefile')
-rw-r--r-- | cad/gmsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/gmsh/Makefile b/cad/gmsh/Makefile index 8bab0a0224fd..2f4848cacc6e 100644 --- a/cad/gmsh/Makefile +++ b/cad/gmsh/Makefile @@ -28,7 +28,7 @@ TETGEN_SRC= predicates.cxx tetgen.cxx tetgen.h GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-fltk-prefix=${X11BASE} \ +CONFIGURE_ARGS= --with-fltk-prefix=${LOCALBASE} \ --with-gsl-prefix=${LOCALBASE} \ --with-jpeg-prefix=${LOCALBASE} \ --with-png-prefix=${LOCALBASE} |