diff options
author | jaapb <jaapb> | 2014-10-10 08:39:08 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2014-10-10 08:39:08 +0000 |
commit | 1af05ebee5ac60d5b73e883db2a5373c0ab229b7 (patch) | |
tree | 65163dacd0869c5fd281ed88c5764cb7d3db2ebd /net/unison | |
parent | a25f7c17874fb6b4d1a9c50ce6cf836a2e2e4486 (diff) | |
download | pkgsrc-1af05ebee5ac60d5b73e883db2a5373c0ab229b7.tar.gz |
Changed package dependencies to reflect lablgtk name change.
Diffstat (limited to 'net/unison')
-rw-r--r-- | net/unison/Makefile | 6 | ||||
-rw-r--r-- | net/unison/options.mk | 4 |
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 |