diff options
Diffstat (limited to 'cad/opencascade-tutorial/Makefile')
-rw-r--r-- | cad/opencascade-tutorial/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cad/opencascade-tutorial/Makefile b/cad/opencascade-tutorial/Makefile index 898ee8cddb71..347f58b0fd95 100644 --- a/cad/opencascade-tutorial/Makefile +++ b/cad/opencascade-tutorial/Makefile @@ -6,11 +6,11 @@ # PORTNAME= opencascade-tutorial -PORTVERSION= 6.2 -PORTREVISION= 2 +PORTVERSION= 6.3 CATEGORIES= cad MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= thierry +DISTNAME= opencascade-${PORTVERSION} MAINTAINER= thierry@FreeBSD.org COMMENT= OpenCascade sample tutorial @@ -18,6 +18,8 @@ COMMENT= OpenCascade sample tutorial LIB_DEPENDS= GLU.1:${PORTSDIR}/graphics/libGLU \ TKernel.0:${PORTSDIR}/cad/opencascade +IGNORE= no instructions to build the tutorial + USE_BZIP2= yes USE_GL= yes USE_QT_VER= 3 |