diff options
Diffstat (limited to 'science')
-rw-r--r-- | science/mei/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mei/Makefile b/science/mei/Makefile index d935076ec62a..85ceb4b2f35f 100644 --- a/science/mei/Makefile +++ b/science/mei/Makefile @@ -20,13 +20,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_ZIP= yes USE_LDCONFIG= yes USE_PYTHON= yes +NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bft=${LOCALBASE} MAN1= mei-config.1 .if defined(MAINTAINER_MODE) -NO_STAGE= yes regression-test: (cd ${WRKSRC}/tests && \ ${MAKE} check && \ |