svn commit: r476975 - head/misc/valentina

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 12 07:57:16 UTC 2018


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>


More information about the svn-ports-all mailing list