Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2016 20:08:29 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407770 - in head/astro/mymoon: . files
Message-ID:  <201602012008.u11K8TBn011534@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Mon Feb  1 20:08:28 2016
New Revision: 407770
URL: https://svnweb.freebsd.org/changeset/ports/407770

Log:
  astro/mymoon: USES+=ncurses, link with libncurses instead of libcurses

Added:
  head/astro/mymoon/files/patch-Makefile.in   (contents, props changed)
Modified:
  head/astro/mymoon/Makefile

Modified: head/astro/mymoon/Makefile
==============================================================================
--- head/astro/mymoon/Makefile	Mon Feb  1 19:58:29 2016	(r407769)
+++ head/astro/mymoon/Makefile	Mon Feb  1 20:08:28 2016	(r407770)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libnova.so:${PORTSDIR}/astr
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 GNU_CONFIGURE=	yes
-USES=		gmake
+USES=		gmake nurses
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Added: head/astro/mymoon/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/astro/mymoon/files/patch-Makefile.in	Mon Feb  1 20:08:28 2016	(r407770)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2003-05-23 20:09:56 UTC
++++ Makefile.in
+@@ -61,7 +61,7 @@ POST_UNINSTALL = :
+ bin_PROGRAMS = mymoon
+ 
+ mymoon_SOURCES = mymoon.c
+-mymoon_LDFLAGS = -lnova -lcurses 
++mymoon_LDFLAGS = -lnova -lncurses 
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_CLEAN_FILES = 
+ PROGRAMS =  $(bin_PROGRAMS)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602012008.u11K8TBn011534>