Date: Sun, 12 Aug 2018 07:57:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476975 - head/misc/valentina Message-ID: <201808120757.w7C7vGrV001813@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Aug 12 07:57:15 2018 New Revision: 476975 URL: https://svnweb.freebsd.org/changeset/ports/476975 Log: misc/valentina: Simlify Makefile by using USES=gmake Modified: head/misc/valentina/Makefile Modified: head/misc/valentina/Makefile ============================================================================== --- head/misc/valentina/Makefile Sun Aug 12 07:56:33 2018 (r476974) +++ head/misc/valentina/Makefile Sun Aug 12 07:57:15 2018 (r476975) @@ -12,9 +12,7 @@ COMMENT= Sewing pattern drafting tool aiming to remake LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE_GPL.txt -BUILD_DEPENDS= gmake:devel/gmake - -USES= desktop-file-utils qmake qt:5 +USES= desktop-file-utils gmake qmake qt:5 USE_QT= concurrent core gui network opengl printsupport svg widgets xml xmlpatterns buildtools_build linguisttools_build testlib_build USE_GL= gl USE_LDCONFIG= yes @@ -31,8 +29,5 @@ WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_CO post-patch: @${REINPLACE_CMD} 's|DEFAULT_PREFIX = /usr|DEFAULT_PREFIX = ${PREFIX}|' ${WRKSRC}/common.pri @${REINPLACE_CMD} 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/src/app/valentina/valentina.pro ${WRKSRC}/src/app/tape/tape.pro - -post-configure: - @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} 's|$$(MAKE)|${GMAKE}|' .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808120757.w7C7vGrV001813>