diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-11 15:59:40 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-07-11 15:59:40 +0000 |
commit | 57a59bea8f70bfccac266b7dfe947e41c5bb5d13 (patch) | |
tree | 266f9bf3cd953a44f8c9ff23590b599645748a6e | |
parent | multimedia/ffmpeg: properly update svt-av1 patch after r540738 (diff) |
misc/valentina: Fix WWW and improve Makefile formatting
Notes
Notes:
svn path=/head/; revision=541986
-rw-r--r-- | misc/valentina/Makefile | 5 | ||||
-rw-r--r-- | misc/valentina/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/misc/valentina/Makefile b/misc/valentina/Makefile index 81243671c3cf..e3a24d9a8aa2 100644 --- a/misc/valentina/Makefile +++ b/misc/valentina/Makefile @@ -16,16 +16,17 @@ USE_QT= buildtools_build concurrent core gui linguisttools_build network \ USE_GL= gl USE_LDCONFIG= yes -DOS2UNIX_FILE= src/libs/vgeometry/vellipticalarc.cpp - USE_GITLAB= yes GL_ACCOUNT= smart-pattern GL_COMMIT= 15e731671f9471390d7ccf95c7eb5bbda8c25f95 +DOS2UNIX_FILE= src/libs/vgeometry/vellipticalarc.cpp + QMAKE_ARGS= CONFIG+="noTests" CONFIG+="noRunPath" .if !defined(WITH_CCACHE_BUILD) || defined(NO_CCACHE) QMAKE_ARGS+= CONFIG+="no_ccache" .endif + BINARY_ALIAS= hg=/usr/bin/true .include <bsd.port.mk> diff --git a/misc/valentina/pkg-descr b/misc/valentina/pkg-descr index 5e5d260f78ac..f9b902179fb5 100644 --- a/misc/valentina/pkg-descr +++ b/misc/valentina/pkg-descr @@ -7,4 +7,4 @@ manufacturers, enable independent and small designers and manufacturers to scale up to make a decent living, rebuild local garment districts, and reduce or eliminate slave labor. -WWW: https://gitlab.com/smart-pattern/valentina +WWW: https://valentinaproject.bitbucket.io/ |