svn commit: r407770 - in head/astro/mymoon: . files

John Marino marino at FreeBSD.org
Mon Feb 1 20:08:30 UTC 2016


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)


More information about the svn-ports-all mailing list