diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 18:16:36 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-08 18:16:36 +0000 |
commit | 4cc9a1c39267611162ef039ce40755dbd789a71f (patch) | |
tree | 9984ba5e0fe8250f0fe91a93fb95c533b9632dee /graphics | |
parent | d13f51519466144a0b19af251ae37917c953910d (diff) | |
download | ports-4cc9a1c39267611162ef039ce40755dbd789a71f.tar.gz ports-4cc9a1c39267611162ef039ce40755dbd789a71f.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ocaml-lablgl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/ocaml-lablgl/Makefile b/graphics/ocaml-lablgl/Makefile index 1541b3abf85e..f43b51c38ada 100644 --- a/graphics/ocaml-lablgl/Makefile +++ b/graphics/ocaml-lablgl/Makefile @@ -9,11 +9,10 @@ PORTNAME= lablgl PORTVERSION= 1.02 PORTREVISION= 0 CATEGORIES= graphics -MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ \ - ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/ +MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= OpenGL interface for Objective Caml LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut |