summaryrefslogtreecommitdiff
path: root/lang/ghc
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-04-27 22:09:15 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-04-27 22:09:15 +0000
commit56c5e147c5396562dca765fc853f6536e148caf3 (patch)
tree109572ce53c493535c15b3fea78d257250399f06 /lang/ghc
parent- Document multiple XSS and DDoS vulnerabilities for Joomla! (diff)
Convert the last USE_ICONV to USES=iconv
Notes
Notes: svn path=/head/; revision=316695
Diffstat (limited to 'lang/ghc')
-rw-r--r--lang/ghc/bsd.cabal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ghc/bsd.cabal.mk b/lang/ghc/bsd.cabal.mk
index 39ef7366e4e0..88f9e56d460b 100644
--- a/lang/ghc/bsd.cabal.mk
+++ b/lang/ghc/bsd.cabal.mk
@@ -99,7 +99,7 @@ CONFIGURE_ARGS+= --with-c2hs=${C2HS_CMD}
.if defined(EXECUTABLE)
LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp
-USE_ICONV= yes
+USES+= iconv
.endif
.if defined(USE_CABAL)