head	1.2;
access;
symbols
	pkgsrc-2015Q3:1.1.0.16
	pkgsrc-2015Q3-base:1.1
	pkgsrc-2015Q2:1.1.0.14
	pkgsrc-2015Q2-base:1.1
	pkgsrc-2015Q1:1.1.0.12
	pkgsrc-2015Q1-base:1.1
	pkgsrc-2014Q4:1.1.0.10
	pkgsrc-2014Q4-base:1.1
	pkgsrc-2014Q3:1.1.0.8
	pkgsrc-2014Q3-base:1.1
	pkgsrc-2014Q2:1.1.0.6
	pkgsrc-2014Q2-base:1.1
	pkgsrc-2014Q1:1.1.0.4
	pkgsrc-2014Q1-base:1.1
	pkgsrc-2013Q4:1.1.0.2
	pkgsrc-2013Q4-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2015.10.24.19.18.45;	author joerg;	state dead;
branches;
next	1.1;
commitid	gqKjh0T5uvD6AoGy;

1.1
date	2013.12.14.08.26.30;	author dholland;	state Exp;
branches;
next	;
commitid	umzlp0mtiiUbN4hx;


desc
@@


1.2
log
@Remove Haskell binding for old wxGTK versions, which doesn't work with
modern GHC anyway.
@
text
@#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1 2013/12/14 08:26:30 dholland Exp $

case ${STAGE} in
DEINSTALL)
	ghc-pkg unregister wx
	ghc-pkg unregister wxcore
	;;
esac
@


1.1
log
@Turn on DESTDIR mode, clear BROKEN.

Deploy a pile of horrible hacks to more or less fix the build; this
version of this package does not seem to be fully compatible with even
the ancient ghc we have in pkgsrc.

Bump PKGREVISION.
@
text
@d3 1
a3 1
# $NetBSD$
@

