summaryrefslogtreecommitdiff
path: root/textproc/CRF++
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-09 07:02:14 +0000
committerobache <obache@pkgsrc.org>2013-06-09 07:02:14 +0000
commit6bd09be8ba31439c1924cd10f1233dd5d959d601 (patch)
treeccce71ecd91d90e73b17ac35513976d288661194 /textproc/CRF++
parent1e8a3a27adc0162580572ebcdde141cda24e3b01 (diff)
downloadpkgsrc-6bd09be8ba31439c1924cd10f1233dd5d959d601.tar.gz
gmake is required for SunOS.
Diffstat (limited to 'textproc/CRF++')
-rw-r--r--textproc/CRF++/Makefile8
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