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 | 4dd4a66c0de3dcaf688cc1a1e7a5925c1ab5fed9 (patch) | |
tree | cc04a7d076566c3b673fd03e872fb264125ad49f /x11/wxhaskell | |
parent | ba374271a490cadb1cdc4cdebe6408b381abad02 (diff) | |
download | pkgsrc-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 'x11/wxhaskell')
-rw-r--r-- | x11/wxhaskell/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 0a85e52fada..0192e686f26 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/03/19 15:54:13 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2006/03/22 15:12:07 jlam Exp $ DISTNAME= wxhaskell-src-0.9.4 PKGNAME= ${DISTNAME:S/-src//} @@ -22,7 +22,5 @@ pre-configure: cd ${WRKSRC}; ./configure --prefix=${PREFIX} --with-opengl .include "../../lang/ghc/buildlink3.mk" -# gmp should be implied by ghc, but isn't (PR 33100) -.include "../../devel/gmp/buildlink3.mk" .include "../../x11/wxGTK/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |