diff options
author | culot <culot@FreeBSD.org> | 2011-03-31 14:51:37 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2011-03-31 14:51:37 +0800 |
commit | 21e10ecc75c4b2e86b2a4f1ea1595405ed39aa19 (patch) | |
tree | 1f7b89ac79e997f4cadea0eba627f5edd61c11fa /science/massxpert/Makefile | |
parent | 869f47efe01d7d842535ea0b95049450623b2cc3 (diff) | |
download | freebsd-ports-gnome-21e10ecc75c4b2e86b2a4f1ea1595405ed39aa19.tar.gz freebsd-ports-gnome-21e10ecc75c4b2e86b2a4f1ea1595405ed39aa19.tar.zst freebsd-ports-gnome-21e10ecc75c4b2e86b2a4f1ea1595405ed39aa19.zip |
- Update to 2.4.3
- LICENSE added
PR: ports/156059
Submitted by: Gvozdikov Veniamin <g.veniamin AT googlemail.com> (maintainer)
Diffstat (limited to 'science/massxpert/Makefile')
-rw-r--r-- | science/massxpert/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index ac0333c7839c..6746f8e80a85 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -6,14 +6,15 @@ # PORTNAME= massxpert -PORTVERSION= 2.3.6 -PORTREVISION= 1 +PORTVERSION= 2.4.3 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ MAINTAINER= g.veniamin@googlemail.com COMMENT= The massXpert software for (bio)chemists +LICENSE= GPLv3 + USE_QT_VER= 4 USE_CMAKE= yes QT_COMPONENTS= gui xml rcc_build qmake_build uic_build moc_build \ |