diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/massxpert/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index f38a0820ea2c..f4b7629e31c5 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -23,10 +23,4 @@ QT_COMPONENTS= gui xml rcc_build qmake_build uic_build moc_build \ MAN7= massxpert-data.7 MAN1= massxpert.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -CMAKE_USE_PTHREAD= yes -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |