summaryrefslogtreecommitdiff
path: root/devel/darcs
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-03-22 15:12:07 +0000
committerjlam <jlam@pkgsrc.org>2006-03-22 15:12:07 +0000
commit4dd4a66c0de3dcaf688cc1a1e7a5925c1ab5fed9 (patch)
treecc04a7d076566c3b673fd03e872fb264125ad49f /devel/darcs
parentba374271a490cadb1cdc4cdebe6408b381abad02 (diff)
downloadpkgsrc-4dd4a66c0de3dcaf688cc1a1e7a5925c1ab5fed9.tar.gz
We include gmp/buildlink3.mk outside of the BUILDLINK_DEPTH guards so
that "gmp" is registered as a direct dependency for any package that includes ghc/buildlink3.mk to get ghc as a build dependency. This is needed since software built by ghc requires routines from the "gmp" shared library. This fixes PR pkg/33100. Remove the workaround in devel/darcs and x11/wxhaskell.
Diffstat (limited to 'devel/darcs')
-rw-r--r--devel/darcs/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile
index ca77e6b1b85..9638a7730f3 100644
--- a/devel/darcs/Makefile
+++ b/devel/darcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2006/03/19 15:54:13 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2006/03/22 15:12:07 jlam Exp $
DISTNAME= darcs-1.0.4
PKGREVISION= 2
@@ -18,7 +18,5 @@ GNU_CONFIGURE= yes
.include "../../www/curl/buildlink3.mk"
.include "../../lang/ghc/buildlink3.mk"
-# gmp should be implied by ghc, but isn't (PR 33100)
-.include "../../devel/gmp/buildlink3.mk"
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"