diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
commit | f45d0a8198e01f9de3159f120af98857c70773c1 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /science | |
parent | a14ce15e349663b36e082c2a46c21adc66d82376 (diff) | |
download | ports-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz ports-f45d0a8198e01f9de3159f120af98857c70773c1.zip |
Notes
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 && \ |