summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-19 15:54:13 +0000
committerwiz <wiz>2006-03-19 15:54:13 +0000
commit6f0e3658c9de41d051f8015e75c231eb9384c635 (patch)
tree7316691ea8c7c855d03b17ed8aaaa25fd97b8e9a /x11
parent9046a3b53bf9bb4ec3b5b42456e7791376d32726 (diff)
downloadpkgsrc-6f0e3658c9de41d051f8015e75c231eb9384c635.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"