diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-22 15:12:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-22 15:12:07 +0000 |
commit | 44b482e653622ca1b2a5799d750474b67b1d03ba (patch) | |
tree | cc04a7d076566c3b673fd03e872fb264125ad49f /devel/darcs | |
parent | 47ca3a703fe0bff2702d1f072f21c3974b228438 (diff) | |
download | pkgsrc-44b482e653622ca1b2a5799d750474b67b1d03ba.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/Makefile | 4 |
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" |