diff options
Diffstat (limited to 'graphics/ocaml-lablgl/Makefile')
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index cc0a96a911c3..651e795d78f7 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -41,7 +41,7 @@ NO_STAGE= yes USES+= tk:84,85 .if ${PORT_OPTIONS:MTHREADS} THR_CPP= ${PTHREAD_CFLAGS} -THR_LD = ${PTHREAD_LIBS} +THR_LD= ${PTHREAD_LIBS} .endif post-extract: |