aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-terminfo
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-12-28 20:05:44 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-12-28 20:05:44 +0000
commit81b2714cb4c57fadeaa97edeedd679b0dcd792c1 (patch)
tree0f933b9a53426c942738e4399d59dabc81f7d4b2 /devel/hs-terminfo
parentbed6b7f35fce908a449eaf524b9be54dd904b5a7 (diff)
downloadports-81b2714cb4c57fadeaa97edeedd679b0dcd792c1.tar.gz
ports-81b2714cb4c57fadeaa97edeedd679b0dcd792c1.zip
Notes
Diffstat (limited to 'devel/hs-terminfo')
-rw-r--r--devel/hs-terminfo/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/hs-terminfo/Makefile b/devel/hs-terminfo/Makefile
index 8f11562a1a08..a1e0aa663ecb 100644
--- a/devel/hs-terminfo/Makefile
+++ b/devel/hs-terminfo/Makefile
@@ -9,5 +9,8 @@ COMMENT= Haskell bindings to the terminfo library
LICENSE= BSD
+CONFIGURE_ARGS+= --configure-option=--with-curses-includes=/usr/include \
+ --configure-option=--with-curses-libraries=/usr/lib
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>