svn commit: r408211 - head/korean/engdic

John Marino marino at FreeBSD.org
Fri Feb 5 15:47:44 UTC 2016


Author: marino
Date: Fri Feb  5 15:47:43 2016
New Revision: 408211
URL: https://svnweb.freebsd.org/changeset/ports/408211

Log:
  korean/engdic: USES+= ncurses, respect LDFLAGS
  
  Also link with libncurses, not libtermcap

Modified:
  head/korean/engdic/Makefile

Modified: head/korean/engdic/Makefile
==============================================================================
--- head/korean/engdic/Makefile	Fri Feb  5 15:43:27 2016	(r408210)
+++ head/korean/engdic/Makefile	Fri Feb  5 15:47:43 2016	(r408211)
@@ -10,8 +10,9 @@ MASTER_SITES=	ftp://ftp.kr.freebsd.org/p
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	English dictionary utility for Korean
 
+USES=		ncurses
 EXTRACT_AFTER_ARGS=	--exclude '*.o'
-MAKE_ARGS=	CC="${CC}"
+MAKE_ARGS=	CC="${CC}" LDADD="-lz ${LDFLAGS} -lncurses"
 PLIST_FILES=	bin/edic bin/engdic
 PORTDATA=	[a-z].dic.gz
 


More information about the svn-ports-all mailing list