diff options
Diffstat (limited to 'x11/ocaml-lablgtk/Makefile')
-rw-r--r-- | x11/ocaml-lablgtk/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11/ocaml-lablgtk/Makefile b/x11/ocaml-lablgtk/Makefile index a18de00bfd4..b36db8e30db 100644 --- a/x11/ocaml-lablgtk/Makefile +++ b/x11/ocaml-lablgtk/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2016/05/05 11:45:42 jaapb Exp $ +# $NetBSD: Makefile,v 1.16 2016/05/22 17:42:14 wiz Exp $ -DISTNAME= lablgtk-2.18.3 +DISTNAME= lablgtk-2.18.4 PKGNAME= ocaml-${DISTNAME} -PKGREVISION= 10 CATEGORIES= x11 -MASTER_SITES= http://forge.ocamlcore.org/frs/download.php/1479/ +MASTER_SITES= https://forge.ocamlcore.org/frs/download.php/1602/ MAINTAINER= jaapb@NetBSD.org HOMEPAGE= http://lablgtk.forge.ocamlcore.org/ @@ -12,9 +11,6 @@ COMMENT= GTK+ 2.x bindings for Objective Caml # for installed files; more restrictions on applications/ LICENSE= gnu-lgpl-v2 -# remove on next update -DIST_SUBDIR= lablgtk-2.18.3 - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-debug USE_TOOLS+= gmake pkg-config @@ -47,6 +43,5 @@ PLIST.opt= yes .include "options.mk" -.include "../../lang/camlp4/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |