diff options
author | yuri <yuri@FreeBSD.org> | 2018-08-12 15:57:15 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-08-12 15:57:15 +0800 |
commit | 47139f34f939ebb921e3ca510b941778d171dd9d (patch) | |
tree | f11fcfc9d4cd35680462f7332e98a40235408ad3 /misc | |
parent | 9bea6cd6212547bf3cb52d9f899c1e1828d5f8b7 (diff) | |
download | freebsd-ports-gnome-47139f34f939ebb921e3ca510b941778d171dd9d.tar.gz freebsd-ports-gnome-47139f34f939ebb921e3ca510b941778d171dd9d.tar.zst freebsd-ports-gnome-47139f34f939ebb921e3ca510b941778d171dd9d.zip |
misc/valentina: Simlify Makefile by using USES=gmake
Diffstat (limited to 'misc')
-rw-r--r-- | misc/valentina/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/misc/valentina/Makefile b/misc/valentina/Makefile index c07ebaf52154..7cff1cc971a2 100644 --- a/misc/valentina/Makefile +++ b/misc/valentina/Makefile @@ -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> |