summaryrefslogtreecommitdiff
path: root/net/unison
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2014-10-10 08:39:08 +0000
committerjaapb <jaapb@pkgsrc.org>2014-10-10 08:39:08 +0000
commit32f5171f6578d5a974fc7f16a3b45911cb084f7b (patch)
tree65163dacd0869c5fd281ed88c5764cb7d3db2ebd /net/unison
parent92a55c1362fb3adc7ca114df135a693ff96a0ca9 (diff)
downloadpkgsrc-32f5171f6578d5a974fc7f16a3b45911cb084f7b.tar.gz
Changed package dependencies to reflect lablgtk name change.
Diffstat (limited to 'net/unison')
-rw-r--r--net/unison/Makefile6
-rw-r--r--net/unison/options.mk4
2 files changed, 5 insertions, 5 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile
index 9b9ed3392c1..8f910f74c2a 100644
--- a/net/unison/Makefile
+++ b/net/unison/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.86 2014/10/09 19:14:04 jaapb Exp $
+# $NetBSD: Makefile,v 1.87 2014/10/10 08:39:08 jaapb Exp $
DISTNAME= unison-2.40.102
-PKGREVISION= 20
+PKGREVISION= 21
CATEGORIES= net
MASTER_SITES= http://www.seas.upenn.edu/~bcpierce/unison/download/releases/stable/
@@ -15,7 +15,7 @@ BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.12.0nb2
.else
BUILDLINK_ABI_DEPENDS.ocaml+= ocaml>=3.11.2
.endif
-BUILDLINK_API_DEPENDS.lablgtk+= lablgtk>=2.16.0
+BUILDLINK_API_DEPENDS.ocaml-lablgtk+= ocaml-lablgtk>=2.16.0
# docs: unison-manual.pdf/html/ps/dvi
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
diff --git a/net/unison/options.mk b/net/unison/options.mk
index 7474a939860..0d8b9497260 100644
--- a/net/unison/options.mk
+++ b/net/unison/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2011/06/26 14:27:14 shattered Exp $
+# $NetBSD: options.mk,v 1.4 2014/10/10 08:39:08 jaapb Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.unison
PKG_SUPPORTED_OPTIONS= lablgtk
@@ -8,7 +8,7 @@ PKG_SUPPORTED_OPTIONS= lablgtk
.if !empty(PKG_OPTIONS:Mlablgtk)
MAKE_FLAGS+= UISTYLE=gtk2
DEPENDS+= font-schumacher-misc>=1.0:../../fonts/font-schumacher-misc
-.include "../../x11/lablgtk/buildlink3.mk"
+.include "../../x11/ocaml-lablgtk/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.else
MAKE_FLAGS+= UISTYLE=text