aboutsummaryrefslogtreecommitdiff
path: root/misc/valentina
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-08-12 07:57:15 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-08-12 07:57:15 +0000
commit35e336a234cd0d8c51271391c2f151b5f072e800 (patch)
treef11fcfc9d4cd35680462f7332e98a40235408ad3 /misc/valentina
parentd3b32334cb7bcceb306bd46a07284c947ebe8f93 (diff)
downloadports-35e336a234cd0d8c51271391c2f151b5f072e800.tar.gz
ports-35e336a234cd0d8c51271391c2f151b5f072e800.zip
misc/valentina: Simlify Makefile by using USES=gmake
Notes
Notes: svn path=/head/; revision=476975
Diffstat (limited to 'misc/valentina')
-rw-r--r--misc/valentina/Makefile7
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>