svn commit: r310826 - head/devel/hs-terminfo

Gabor Pali pgj at FreeBSD.org
Tue Jan 22 10:54:25 UTC 2013


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>


More information about the svn-ports-all mailing list