summaryrefslogtreecommitdiff
path: root/lang/cint/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-09-05 05:27:30 +0000
committerdholland <dholland@pkgsrc.org>2008-09-05 05:27:30 +0000
commit053674084dd9d55de1c1e4eab92b2d734091217b (patch)
treea70ebe3c664c09dde1496ef4fe8d19023c300c29 /lang/cint/Makefile
parent63b224a4aacec986f52dd79c8fc956c619e6a6ee (diff)
downloadpkgsrc-053674084dd9d55de1c1e4eab92b2d734091217b.tar.gz
Fix broken 64-bit build, and patch makefile to stop on error. There
are a lot of woolly things going on here, so PKGREVISION++ as a precaution.
Diffstat (limited to 'lang/cint/Makefile')
-rw-r--r--lang/cint/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/lang/cint/Makefile b/lang/cint/Makefile
index 8503a852c7f..390ebf1d1dc 100644
--- a/lang/cint/Makefile
+++ b/lang/cint/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2008/04/12 22:43:02 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2008/09/05 05:27:30 dholland Exp $
DISTNAME= cint5.15
PKGNAME= cint-5.15.174
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= ftp://root.cern.ch/root/
#MASTER_SITES= ${MASTER_SITE_BACKUP}
@@ -97,4 +97,12 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/man3/statistics.h.3 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man3
+# The library seems to want these but the pertinent parts still don't
+# build, so I'm reluctant to bother.
+#
+#.include "../../graphics/glu/buildlink3.mk"
+#.include "../../graphics/MesaLib/buildlink3.mk"
+#.include "../../x11/xproto/buildlink3.mk"
+#.include "../../x11/libX11/buildlink3.mk"
+
.include "../../mk/bsd.pkg.mk"