diff options
author | martymac <martymac@FreeBSD.org> | 2013-12-11 15:53:16 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2013-12-11 15:53:16 +0800 |
commit | 63085dbe7001d2c0ad3d43a25b2089bca2dd5d09 (patch) | |
tree | 8b4c5614f80c279b3ed53fa205279aa39e981bf9 /cad | |
parent | 1e44414ac1fc19649ac69a21f55d3d3aa4c83b75 (diff) | |
download | freebsd-ports-gnome-63085dbe7001d2c0ad3d43a25b2089bca2dd5d09.tar.gz freebsd-ports-gnome-63085dbe7001d2c0ad3d43a25b2089bca2dd5d09.tar.zst freebsd-ports-gnome-63085dbe7001d2c0ad3d43a25b2089bca2dd5d09.zip |
- Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions
PR: ports/184526
Submitted by: delphij
Diffstat (limited to 'cad')
-rw-r--r-- | cad/opencascade/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/opencascade/Makefile b/cad/opencascade/Makefile index dd7ba509d3d3..fc7462c4a331 100644 --- a/cad/opencascade/Makefile +++ b/cad/opencascade/Makefile @@ -3,6 +3,7 @@ PORTNAME= OpenCASCADE PORTVERSION= 6.6.0 +PORTREVISION= 1 CATEGORIES= cad science MASTER_SITES= http://files.opencascade.com/OCCT/OCC_${PORTVERSION}_release/ DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//g} |