summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjlam <jlam>2006-03-22 15:12:07 +0000
committerjlam <jlam>2006-03-22 15:12:07 +0000
commit97cb880f1df50f3b22adbd1fb20c22dde2a5d596 (patch)
treecc04a7d076566c3b673fd03e872fb264125ad49f /x11
parentc388a175ddd559cf74fa2c2feece0aabf144e3f7 (diff)
downloadpkgsrc-97cb880f1df50f3b22adbd1fb20c22dde2a5d596.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')
-rw-r--r--x11/wxhaskell/Makefile4
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"