diff options
Diffstat (limited to 'x11/wxhaskell')
-rw-r--r-- | x11/wxhaskell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/wxhaskell/Makefile b/x11/wxhaskell/Makefile index 5ede116b624..9e2b7c9e752 100644 --- a/x11/wxhaskell/Makefile +++ b/x11/wxhaskell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/04/17 13:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/05/18 20:30:02 wiz Exp $ DISTNAME= wxhaskell-src-0.9.4 PKGNAME= ${DISTNAME:S/-src//} @@ -11,6 +11,8 @@ MAINTAINER= augustss@NetBSD.org HOMEPAGE= http://wxhaskell.sourceforge.net/index.html COMMENT= wxGTK binding for Haskell +BROKEN_IN= pkgsrc-2006Q1 + USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |