From d75da6f2ba53365ea29677fac4bcd5776f15636f Mon Sep 17 00:00:00 2001 From: miwi Date: Fri, 14 Feb 2014 15:42:31 +0000 Subject: - Stage support - Convert USE_GMAKE to USES --- textproc/senna/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textproc/senna/Makefile b/textproc/senna/Makefile index 3d21d410b075..3f025ddd8c8e 100644 --- a/textproc/senna/Makefile +++ b/textproc/senna/Makefile @@ -12,7 +12,7 @@ COMMENT= Embeddable Fulltext Search Engine GNU_CONFIGURE= YES USE_GCC= any -USE_GMAKE= YES +USES= gmake USE_LDCONFIG= YES CONFIGURE_ARGS= --with-sennahome=${SENNA_HOME} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} @@ -26,7 +26,6 @@ OPTIONS_DEFAULT= MECAB NFKC MECAB_DESC= use mecab for morphological analysis NFKC_DESC= use nfkc based utf8 normalization -NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "sparc64" -- cgit