diff options
-rw-r--r-- | science/crf++/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/science/crf++/Makefile b/science/crf++/Makefile index 840d37c0fdcb..9b830ce876b5 100644 --- a/science/crf++/Makefile +++ b/science/crf++/Makefile @@ -18,12 +18,5 @@ COMMENT= Yet Another CRF toolkit GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GCC= 3.2+ -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500016 -MAKE_ARGS+= LDFLAGS=${PTHREAD_LIBS} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |