Fix double definition of 'directory'.

From Christopher Zimmermann, thanks
OK jasper@
This commit is contained in:
dcoppa 2012-05-22 13:56:33 +00:00
parent 19aa179987
commit 7ae5bc5807
2 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.18 2011/09/16 12:29:16 espie Exp $
# $OpenBSD: Makefile,v 1.19 2012/05/22 13:56:33 dcoppa Exp $
COMMENT = OCaml interface to GTK+2
V = 2.14.2
DISTNAME = lablgtk-$V
PKGNAME = lablgtk2-$V
REVISION = 4
REVISION = 5
CATEGORIES = x11 devel
HOMEPAGE = http://lablgtk.forge.ocamlcore.org/

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-META,v 1.2 2009/10/27 09:25:38 giovanni Exp $
$OpenBSD: patch-META,v 1.3 2012/05/22 13:56:33 dcoppa Exp $
--- META.orig Fri Feb 13 03:39:14 2009
+++ META Wed Oct 21 17:30:00 2009
@@ -1,8 +1,14 @@
+++ META Tue May 22 15:50:54 2012
@@ -1,8 +1,13 @@
requires=""
-version="2.12.0"
-archive(byte)="lablgtk.cma"
@ -12,7 +12,6 @@ $OpenBSD: patch-META,v 1.2 2009/10/27 09:25:38 giovanni Exp $
+version="2.14.0"
directory="+lablgtk2"
+requires(lablGL)="lablGL"
+directory="+lablgtk2"
+archive(byte)="lablgtk.cma lablgnomecanvas.cma gtkInit.cmo"
+archive(native)="lablgtk.cmxa lablgnomecanvas.cmxa gtkInit.cmx"
+archive(byte,lablGL)="lablgtk.cma lablgtkgl.cma lablgnomecanvas.cma gtkInit.cmo"