diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 22:55:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-12 22:55:44 +0000 |
commit | d0dd2971fc62568c0947fd4632ebb10e6b162636 (patch) | |
tree | ceae77a148b32d19bc987603807971f2f27cc117 /cad/netgen | |
parent | 14a2422c38f794da343a43ec8c93c2389e57dfaf (diff) | |
download | ports-d0dd2971fc62568c0947fd4632ebb10e6b162636.tar.gz ports-d0dd2971fc62568c0947fd4632ebb10e6b162636.zip |
Notes
Diffstat (limited to 'cad/netgen')
-rw-r--r-- | cad/netgen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index c8b762da9d4e..164b586cfc7c 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -15,12 +15,13 @@ LIB_DEPENDS= Tix8.4.3:${PORTSDIR}/x11-toolkits/tix \ togl.1:${PORTSDIR}/graphics/togl USE_LDCONFIG= yes -USE_GMAKE= yes +USES= gmake USE_TK= 85 USE_TK_BUILD= 84 USE_GL= yes USE_XORG= xmu xi GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} -I${TK_LIBDIR}/Togl-1.7 CONFIGURE_ARGS+= --with-tcl=${TCL_LIBDIR} --with-tk=${TK_LIBDIR} --enable-jpeglib |