diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2008-12-31 12:47:13 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-12-31 12:47:13 +0000 |
commit | 6c889aeb6650b43b057b19436ddc8b4188a460e1 (patch) | |
tree | 069f9d005ec872585e35f4e586ff164924be38e1 /cad/opencascade-tutorial/Makefile | |
parent | Add a missing 'USE_GNOME= gtk20' detected by the tinderbox. (diff) |
Set ignore for the moment.
Notes
Notes:
svn path=/head/; revision=225058
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 |