summaryrefslogtreecommitdiff
path: root/lang/ocaml/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2011-12-06 00:19:07 +0000
committersbd <sbd@pkgsrc.org>2011-12-06 00:19:07 +0000
commit08dd2230f12db469833afe436e2a9e19eb9a58fe (patch)
tree707487b3691f84b4b7b2fdf24494e561a7e96516 /lang/ocaml/Makefile
parent8c9798739c22dd417d6242ee662429bcc1c88b5b (diff)
downloadpkgsrc-08dd2230f12db469833afe436e2a9e19eb9a58fe.tar.gz
Add missing mk/termcap buildlink.
Bump PKGREVISION
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r--lang/ocaml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile
index 33b2b3b571a..e4956eaeb32 100644
--- a/lang/ocaml/Makefile
+++ b/lang/ocaml/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.74 2011/11/27 19:46:00 joerg Exp $
+# $NetBSD: Makefile,v 1.75 2011/12/06 00:19:07 sbd Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
-PKGREVISION= 4
+PKGREVISION= 5
CONFIGURE_ARGS+= -no-tk
CONFIGURE_ARGS+= -cc ${CC}
@@ -84,4 +84,5 @@ SUBST_STAGE.extra-rt-libs= pre-configure
do-test:
cd ${WRKSRC}/testsuite && ${MAKE_PROGRAM} all
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"