diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 14:57:49 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-07 14:57:49 +0000 |
commit | 5316d6995c9eab3e2b92e7994330d27312295f13 (patch) | |
tree | e9433273f8212799f1369d579fb61a5ee351bcda /cad/netgen | |
parent | 9e9d988f842033e039bc66c3548d6f02510ffd5c (diff) |
Notes
Diffstat (limited to 'cad/netgen')
-rw-r--r-- | cad/netgen/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/netgen/Makefile b/cad/netgen/Makefile index 3044272eeb54..e3a2a033f06a 100644 --- a/cad/netgen/Makefile +++ b/cad/netgen/Makefile @@ -52,8 +52,7 @@ SUB_FILES= pkg-message MAKE_ENV= TK_VER=${TK_VER} TCL_VER=${TCL_VER} \ TCL_INCLUDEDIR="${TCL_INCLUDEDIR}" \ TK_INCLUDEDIR="${TK_INCLUDEDIR}" \ - MACHINE=${MACHINE} MAKE=${GMAKE} \ - PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} + MACHINE=${MACHINE} MAKE=${GMAKE} .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |