diff options
-rw-r--r-- | textproc/CRF++/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/CRF++/Makefile b/textproc/CRF++/Makefile index 3d5fa51d31c..35944be4c87 100644 --- a/textproc/CRF++/Makefile +++ b/textproc/CRF++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/22 13:07:47 obache Exp $ +# $NetBSD: Makefile,v 1.2 2013/06/09 07:02:14 obache Exp $ # DISTNAME= CRF++-0.58 @@ -14,6 +14,12 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ +.include "../../mk/bsd.prefs.mk" + +.if ${OPSYS} == "SunOS" +USE_TOOLS+= gmake +.endif + PTHREAD_AUTO_VARS= yes SUBST_CLASSES+= pthread_flags SUBST_STAGE.pthread_flags= pre-configure |