Date: Tue, 22 Jan 2013 10:54:24 +0000 (UTC) From: Gabor Pali <pgj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310826 - head/devel/hs-terminfo Message-ID: <201301221054.r0MAsOrA020821@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pgj Date: Tue Jan 22 10:54:24 2013 New Revision: 310826 URL: http://svnweb.freebsd.org/changeset/ports/310826 Log: - Add USE_NCURSES, so it can now pick up ports ncurses if installed Obtained from: FreeBSD Haskell Modified: head/devel/hs-terminfo/Makefile Modified: head/devel/hs-terminfo/Makefile ============================================================================== --- head/devel/hs-terminfo/Makefile Tue Jan 22 10:52:37 2013 (r310825) +++ head/devel/hs-terminfo/Makefile Tue Jan 22 10:54:24 2013 (r310826) @@ -9,8 +9,10 @@ COMMENT= Haskell bindings to the terminf 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301221054.r0MAsOrA020821>