aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-01-22 10:54:24 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-01-22 10:54:24 +0000
commit1f3e5824816f89014ad3f986d28ba81d865fe75d (patch)
treeb07a5f494131b00da142e6c97f6d4dff8a3dfaf6 /devel
parent38d88281cf31c86b71a56a4f57216ab11243e227 (diff)
downloadports-1f3e5824816f89014ad3f986d28ba81d865fe75d.tar.gz
ports-1f3e5824816f89014ad3f986d28ba81d865fe75d.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-terminfo/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/hs-terminfo/Makefile b/devel/hs-terminfo/Makefile
index a1e0aa663ecb..c2722fa786d2 100644
--- a/devel/hs-terminfo/Makefile
+++ b/devel/hs-terminfo/Makefile
@@ -9,8 +9,10 @@ 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
+USE_NCURSES= yes
+
+CONFIGURE_ARGS+= --configure-option=--with-curses-includes=${NCURSESINC} \
+ --configure-option=--with-curses-libraries=${NCURSESLIB}
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>