diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:29:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 14:29:20 +0000 |
commit | 07dc5b5098fa633c7cf68ca1d4973f913a455e22 (patch) | |
tree | a7e55b713fbaba5ff4826f38971ade29090cf32e /science | |
parent | 0711f5197a2a37a2f35f74000de44fc56237cdfb (diff) | |
download | ports-07dc5b5098fa633c7cf68ca1d4973f913a455e22.tar.gz ports-07dc5b5098fa633c7cf68ca1d4973f913a455e22.zip |
Notes
Diffstat (limited to 'science')
-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> |