misc/valentina: Simlify Makefile by using USES=gmake

This commit is contained in:
Yuri Victorovich 2018-08-12 07:57:15 +00:00
parent d3b32334cb
commit 35e336a234
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476975

View file

@ -12,9 +12,7 @@ COMMENT= Sewing pattern drafting tool aiming to remake the garment industry
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
@ -32,7 +30,4 @@ 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>