diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-12 22:41:50 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-12 22:41:50 +0800 |
commit | 2094e79ec1c933c98989c420a39502bc02d27d91 (patch) | |
tree | f3e58b9f641b8eb30fd469b6afa1a03edb664aab /graphics/ocaml-lablgl/Makefile | |
parent | e273c044109fa1f6255c8be6a3651eefc147f3cf (diff) | |
download | freebsd-ports-graphics-2094e79ec1c933c98989c420a39502bc02d27d91.tar.gz freebsd-ports-graphics-2094e79ec1c933c98989c420a39502bc02d27d91.tar.zst freebsd-ports-graphics-2094e79ec1c933c98989c420a39502bc02d27d91.zip |
Update to version 0.98.
PR: 41318
Submitted by: Ronald Kuehn <rk@ronald.org>
Diffstat (limited to 'graphics/ocaml-lablgl/Makefile')
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 43ac66dca8f..6736b20c58b 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -6,7 +6,7 @@ # PORTNAME= lablgl -PORTVERSION= 0.97 +PORTVERSION= 0.98 CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ @@ -17,6 +17,7 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml USE_MESA= yes +USE_GMAKE= yes WRKSRC= ${WRKDIR}/lablGL-${PORTVERSION} ALL_TARGET= all opt EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} |