diff options
author | gahr <gahr@FreeBSD.org> | 2017-09-07 19:01:02 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2017-09-07 19:01:02 +0800 |
commit | f367c94465aef983b0ad87bf5c7a46552715e527 (patch) | |
tree | ea18e1a73839e9a2fef847a66a01aebb420848b0 /graphics | |
parent | 1dfb87880a2a87fab006ab95cf12a0adc056d723 (diff) | |
download | freebsd-ports-gnome-f367c94465aef983b0ad87bf5c7a46552715e527.tar.gz freebsd-ports-gnome-f367c94465aef983b0ad87bf5c7a46552715e527.tar.zst freebsd-ports-gnome-f367c94465aef983b0ad87bf5c7a46552715e527.zip |
Convert USES of tcl or tk from 84,85 to 85
Diffstat (limited to 'graphics')
-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 f99521440b33..2c3880bc3663 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -3,7 +3,7 @@ PORTNAME= lablgl PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 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:84,85 +USES= gmake tk:85 USE_XORG= x11 xext xmu USE_GL= glut USE_OCAML= yes |