diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-09 22:02:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-09 22:02:02 +0800 |
commit | 86ffba70f99e784f8c620b213168883ebbc098d3 (patch) | |
tree | a33b616f204be4b423f821bce84ea13fe1ed81d7 /science/massxpert/Makefile | |
parent | 7c08529ceec8be577854e30b1a448991a7da1e66 (diff) | |
download | freebsd-ports-gnome-86ffba70f99e784f8c620b213168883ebbc098d3.tar.gz freebsd-ports-gnome-86ffba70f99e784f8c620b213168883ebbc098d3.tar.zst freebsd-ports-gnome-86ffba70f99e784f8c620b213168883ebbc098d3.zip |
- Update to 3.4.0
PR: 175601
Submitted by: maintainer
Diffstat (limited to 'science/massxpert/Makefile')
-rw-r--r-- | science/massxpert/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 4ef64b019cf4..11475072da8c 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= massxpert -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= science MASTER_SITES= http://download.tuxfamily.org/massxpert/source/ @@ -19,6 +19,8 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ LICENSE= GPLv3 +USE_GCC= any +USE_BZIP2= yes USE_CMAKE= yes USE_GETTEXT= yes USE_ICONV= yes |