diff options
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 50ca3b27933..f5e3ac42c68 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2006/02/05 23:10:32 joerg Exp $ +# $NetBSD: Makefile,v 1.32 2006/04/06 06:22:35 reed Exp $ DISTNAME= unison-2.13.16 PKGREVISION= 2 @@ -12,7 +12,7 @@ COMMENT= File-synchronization tool PKG_INSTALLATION_TYPES= overwrite pkgviews DIST_SUBDIR= ${PKGNAME_NOREV} -BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2 +BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.08.2 # docs: unison-manual.pdf/html/ps/dvi WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |