Index: head/devel/capstone/Makefile =================================================================== --- head/devel/capstone/Makefile (revision 400076) +++ head/devel/capstone/Makefile (revision 400077) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= capstone PORTVERSION= 2.1.2 CATEGORIES= devel MASTER_SITES= http://capstone-engine.org/download/${PORTVERSION}/ MAINTAINER= oliver.pntr@gmail.com COMMENT= Multi-platform, multi-architecture disassembly framework LICENSE= BSD3CLAUSE +BROKEN= Does not fetch USES= gmake USE_LDCONFIG= yes MAKE_ENV+= INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_DATA="${INSTALL_DATA}" post-build: # The pkgconfig file is generated and points to stagedir ${REINPLACE_CMD} -e '/libdir/s|\(libdir=\)\(.*\)\(devel/capstone/work/stage\)|\1|g' ${WRKSRC}/capstone.pc .include