mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
science/massxpert: Improve port
- Remove unneeded dependency on libpcre. [1] - Add USES= compiler:c++17-lang, consistent with set(CMAKE_CXX_STANDARD 17) (line 65 of CMakeLists.txt). [1] - Remove USES= tar:bzip2. [1] - Set WWW in pkg-descr to the site reported by README.md. Reported by: diizzy [1] Reviewed by: diizzy Approved by: gerald (mentor) Differential Revision: https://reviews.freebsd.org/D35138
This commit is contained in:
parent
d44192b04e
commit
1e0a1b9bd6
@ -14,10 +14,9 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2 \
|
||||
libpcre.so:devel/pcre \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USES= cmake gnome qt:5 tar:bzip2 xorg
|
||||
USES= cmake compiler:c++17-lang gnome qt:5 xorg
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://salsa.debian.org/
|
||||
GL_ACCOUNT= debichem-team
|
||||
|
@ -17,4 +17,4 @@ to another (using a dictionary, like between the 1-letter code and the 3-letter
|
||||
code of proteins) 2) conversion of number format according to any localized
|
||||
number format 3) sort mass lists.
|
||||
|
||||
WWW: https://salsa.debian.org/debichem-team/massxpert
|
||||
WWW: http://www.msxpertsuite.org
|
||||
|
Loading…
Reference in New Issue
Block a user