svn commit: r408152 - head/mail/popcheck

John Marino marino at FreeBSD.org
Fri Feb 5 10:13:24 UTC 2016


Author: marino
Date: Fri Feb  5 10:13:23 2016
New Revision: 408152
URL: https://svnweb.freebsd.org/changeset/ports/408152

Log:
  mail/popcheck: USES+= ncurses, respect LDFLAGS
  
  Also link with libncurses instead of libcurses

Modified:
  head/mail/popcheck/Makefile

Modified: head/mail/popcheck/Makefile
==============================================================================
--- head/mail/popcheck/Makefile	Fri Feb  5 10:11:29 2016	(r408151)
+++ head/mail/popcheck/Makefile	Fri Feb  5 10:13:23 2016	(r408152)
@@ -11,8 +11,9 @@ DISTNAME=	popcheck
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Preview and delete messages in POP3 mailbox
 
+USES=		ncurses
 ALL_TARGET=	popcheck
-
+MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses"
 PLIST_FILES=	bin/popcheck man/man1/popcheck.1.gz
 
 do-install:


More information about the svn-ports-all mailing list