diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-12 14:41:50 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-08-12 14:41:50 +0000 |
commit | aa4d41018acd1866999b13030a13256aaae6ecce (patch) | |
tree | 315fc7e7a1bbc6e12a22c1ad29d7fa033b6a3208 /graphics/ocaml-lablgl/Makefile | |
parent | ecc678ac50422975edc4ff9ad4eed1d7197a10a7 (diff) |
Notes
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 43ac66dca8f3..6736b20c58bb 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} |