Index: head/x11-toolkits/qwt6/Makefile =================================================================== --- head/x11-toolkits/qwt6/Makefile (revision 431732) +++ head/x11-toolkits/qwt6/Makefile (revision 431733) @@ -1,35 +1,35 @@ # $FreeBSD$ PORTNAME= qwt PORTVERSION= 6.1.0 PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= SF PKGNAMESUFFIX= 6 MAINTAINER= ports@FreeBSD.org COMMENT= Qt Widgets for Technical Applications USES= gmake qmake tar:bzip2 -USE_QT4= gui opengl svg xml moc_build +USE_QT4= corelib gui opengl svg xml moc_build +USE_GL= gl USE_LDCONFIG= yes DOCSDIR= ${PREFIX}/share/doc/qwt6 PORTDOCS= * PLIST_SUB= INCLUDEDIR=include/qwt6 \ SHLIB_VER=${PORTVERSION} \ SHLIB_SHVER=${PORTVERSION:R} \ QT_MKSPECDIR=share/qt4/mkspecs OPTIONS_DEFINE= DOCS post-patch: - cd ${WRKSRC} && \ - ${REINPLACE_CMD} -e 's,qwtAddLibrary(qwt),qwtAddLibrary(qwt6),g' \ - qwt.prf textengines/textengines.pri && \ - ${REINPLACE_CMD} -e '/INSTALLS.*doc/d' doc/doc.pro + @${REINPLACE_CMD} -e 's,qwtAddLibrary(qwt),qwtAddLibrary(qwt6),g' \ + ${WRKSRC}/qwt.prf ${WRKSRC}/textengines/textengines.pri + @${REINPLACE_CMD} -e '/INSTALLS.*doc/d' ${WRKSRC}/doc/doc.pro post-install-DOCS-on: - (cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + @(cd ${WRKSRC}/doc/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .include