diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:13:19 +0000 |
commit | 7020ba824d0766f01012481d30671834bccc6cc9 (patch) | |
tree | b8061c4bd911cb2507a3cc6b0ebdc773e91473b7 /devel/hs-gio | |
parent | ac0c23c912957d0cfaa1ccb1f236d4da619b1889 (diff) | |
download | ports-7020ba824d0766f01012481d30671834bccc6cc9.tar.gz ports-7020ba824d0766f01012481d30671834bccc6cc9.zip |
Notes
Diffstat (limited to 'devel/hs-gio')
-rw-r--r-- | devel/hs-gio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-gio/Makefile b/devel/hs-gio/Makefile index f9b843a2ab5e..4e837cb4530e 100644 --- a/devel/hs-gio/Makefile +++ b/devel/hs-gio/Makefile @@ -13,8 +13,8 @@ FILE_LICENSE= COPYING CABAL_SETUP= Setup.hs +USES= pkgconfig USE_CABAL= glib>=0.12.0 mtl -USE_PKGCONFIG= build .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |