diff options
author | stas <stas@FreeBSD.org> | 2006-10-09 02:16:36 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2006-10-09 02:16:36 +0800 |
commit | 4d38dac59eae555d1bf283689a0c326400bd732b (patch) | |
tree | de596767b51860a640934fa5a3fa3426320f472e /graphics/ocaml-lablgl | |
parent | a5f74e3e9fe1582cbd661ecfc78a09113d2b518e (diff) | |
download | freebsd-ports-gnome-4d38dac59eae555d1bf283689a0c326400bd732b.tar.gz freebsd-ports-gnome-4d38dac59eae555d1bf283689a0c326400bd732b.tar.zst freebsd-ports-gnome-4d38dac59eae555d1bf283689a0c326400bd732b.zip |
- Remove unexisting mirror.
- Change my email
Approved by: sem (mentor)
Diffstat (limited to 'graphics/ocaml-lablgl')
-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 |