diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-22 15:49:46 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-11-22 15:49:46 +0000 |
commit | a0bb63387be37ef5f4fdd0c96b974cc212926e8d (patch) | |
tree | 1f9658d44467d1f93cc8e414ab4d22f0339aaefe | |
parent | fd6aa2cd0f4f60c40f3c258747f7255eff267d2f (diff) | |
download | ports-a0bb63387be37ef5f4fdd0c96b974cc212926e8d.tar.gz ports-a0bb63387be37ef5f4fdd0c96b974cc212926e8d.zip |
Notes
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 2c3880bc3663..0c66d06d225f 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= lablgl PORTVERSION= 1.05 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/lsl/dist/ \ @@ -17,7 +17,7 @@ LICENSE= BSD3CLAUSE CONFLICTS= ocaml-nox11-[0-9]* -USES= gmake tk:85 +USES= gmake tk:85+ USE_XORG= x11 xext xmu USE_GL= glut USE_OCAML= yes |