diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 20:55:27 +0000 |
commit | 0f88ed614d3de9ed46c41028cf2f22975eeff57a (patch) | |
tree | f4519572010b06eda59dede8d41490eef53b4983 /graphics/ocaml-lablgl | |
parent | 7ff153a552ed208bcb8c6492a42b161f05676a3f (diff) | |
download | ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.tar.gz ports-0f88ed614d3de9ed46c41028cf2f22975eeff57a.zip |
Notes
Diffstat (limited to 'graphics/ocaml-lablgl')
-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: |