diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 12:47:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 12:47:20 +0000 |
commit | 89bc7fbdd158a0088a6b13b2a20a73226483d9b9 (patch) | |
tree | d8415222e0a7aac90a9bf07414ac82fe73bde13d /science | |
parent | 18072cdaa39cee1565d5301cf124186c25ec7c70 (diff) | |
download | ports-89bc7fbdd158a0088a6b13b2a20a73226483d9b9.tar.gz ports-89bc7fbdd158a0088a6b13b2a20a73226483d9b9.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 | ||||
-rw-r--r-- | science/wxmacmolplt/Makefile | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index 19a41f5eb25a..19f90ab616c6 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage PORTVERSION= 0.9.9 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= science lang .if defined(BUILD_PYTHON_MODULE) diff --git a/science/wxmacmolplt/Makefile b/science/wxmacmolplt/Makefile index 66c0558b2d72..a6080cb3c7de 100644 --- a/science/wxmacmolplt/Makefile +++ b/science/wxmacmolplt/Makefile @@ -9,6 +9,8 @@ CATEGORIES= science MAINTAINER= yuri@FreeBSD.org COMMENT= Graphical user interface principally for the GAMESS program +BROKEN= depends on wxgtk 3.1 which as not been hooked to the framework + LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE |