diff options
Diffstat (limited to 'security/fakeroot/Makefile')
-rw-r--r-- | security/fakeroot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/fakeroot/Makefile b/security/fakeroot/Makefile index 8a61b0034f10..d85b1ca14be1 100644 --- a/security/fakeroot/Makefile +++ b/security/fakeroot/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAN1= faked.1 fakeroot.1 MANLANG= "" de es fr nl sv +NO_STAGE= yes pre-configure: @${REINPLACE_CMD} -e '/LIBS=.*-lpthread/s/-lpthread/${PTHREAD_LIBS}/g' \ ${WRKSRC}/${CONFIGURE_SCRIPT} |