diff options
author | miwi <miwi@FreeBSD.org> | 2011-02-25 07:25:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-02-25 07:25:54 +0800 |
commit | fe3982789478ed3954aa94c705d2fd443911d0cc (patch) | |
tree | 5ca6a75876b97c15528c56ad788f3aa8f7019845 /cad | |
parent | 7651a5eff215d4b029d10932baa8135350914e2c (diff) | |
download | freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.gz freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.tar.zst freebsd-ports-gnome-fe3982789478ed3954aa94c705d2fd443911d0cc.zip |
- Move over to python2.5 or higher
- While here kick md5
Diffstat (limited to 'cad')
-rw-r--r-- | cad/salome/Makefile | 1 | ||||
-rw-r--r-- | cad/salome/Makefile.ext | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cad/salome/Makefile b/cad/salome/Makefile index 4c6d0ce1c1fb..cce8c0216f11 100644 --- a/cad/salome/Makefile +++ b/cad/salome/Makefile @@ -6,6 +6,7 @@ PORTNAME= salome PORTVERSION= 5.1.4 +PORTREVISION= 1 CATEGORIES= cad science MASTER_SITES= http://www.stasyan.com/devel/distfiles/ DISTNAME= src5.1.4 diff --git a/cad/salome/Makefile.ext b/cad/salome/Makefile.ext index 2fc355f999b3..3f2ed97234a7 100644 --- a/cad/salome/Makefile.ext +++ b/cad/salome/Makefile.ext @@ -1,6 +1,6 @@ COMMENT= ${SAL_MODULE_UPPER} module of Salome platform -USE_PYTHON= 2.4+ +USE_PYTHON= 2.5+ USE_GMAKE= yes USE_LDCONFIG= yes SAL_MODULE= ${PKGNAMESUFFIX:S/-//} |