summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-19 15:54:13 +0000
committerwiz <wiz@pkgsrc.org>2006-03-19 15:54:13 +0000
commitd63e65f2fa216fe2c5b169b8a41876f95735326c (patch)
tree7316691ea8c7c855d03b17ed8aaaa25fd97b8e9a /x11
parentcd05be93436ebba0d3461e134072340933b04c89 (diff)
downloadpkgsrc-d63e65f2fa216fe2c5b169b8a41876f95735326c.tar.gz
Manually add dependency on gmp. Should be implied by ghc dependency,
but that doesn't seem to work. Workaround for PR 33100. Bump PKGREVISION.
Diffstat (limited to 'x11')
-rw-r--r--x11/wxhaskell/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile
index 78486f8f3b7..0a85e52fada 100644
--- a/x11/wxhaskell/Makefile
+++ b/x11/wxhaskell/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2006/02/05 23:11:44 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2006/03/19 15:54:13 wiz Exp $
DISTNAME= wxhaskell-src-0.9.4
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxhaskell/}
EXTRACT_SUFX= .zip
@@ -22,5 +22,7 @@ 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"