mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
8b1c971497
9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
19 lines
327 B
Makefile
19 lines
327 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= glib
|
|
PORTVERSION= 0.12.4
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding to the GLIB library for Gtk2Hs
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= pkgconfig
|
|
USE_CABAL= gtk2hs-buildtools
|
|
USE_GNOME= glib20
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|