diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2012-12-29 17:53:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2012-12-29 17:53:13 +0000 |
commit | 4b1d2ad08031c4e329e6c18e453095ffea9b7288 (patch) | |
tree | 62c2089209354067d9c37b5a3c85cb185a87fd21 /cad/salome/Makefile | |
parent | - update to 1.0.Alpha14.0 (diff) |
- Chase Qt upgrade;
- Chase VTK upgrade;
- Unbreak.
Credit: most of these patches have been sent by Roger Mason
(rmason (at) mun.ca) to the maintainer.
PR: ports/174065
Submitted by: /me
Approved by: maintainer
Diffstat (limited to 'cad/salome/Makefile')
-rw-r--r-- | cad/salome/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 13d788d7a812..e9ad8f71e23a 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: cad/salome -# Date created: 16 Oct 2009 -# Whom: Stas Timokhin <devel@stasyan.com> -# +# Created by: Stas Timokhin <devel@stasyan.com> # $FreeBSD$ PORTNAME= salome PORTVERSION= 5.1.4 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= cad science MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= src5.1.4 |