diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 23:47:43 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 23:47:43 +0800 |
commit | ff600e539894f5fa9e5fa05f13f285c0a568effd (patch) | |
tree | 8e9ed300cb714145aaef364f5e0e14129ecb3b92 /korean | |
parent | 0fc1e9c2788f2180a3fdc2741eec210bbb4a4678 (diff) | |
download | freebsd-ports-gnome-ff600e539894f5fa9e5fa05f13f285c0a568effd.tar.gz freebsd-ports-gnome-ff600e539894f5fa9e5fa05f13f285c0a568effd.tar.zst freebsd-ports-gnome-ff600e539894f5fa9e5fa05f13f285c0a568effd.zip |
korean/engdic: USES+= ncurses, respect LDFLAGS
Also link with libncurses, not libtermcap
Diffstat (limited to 'korean')
-rw-r--r-- | korean/engdic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/korean/engdic/Makefile b/korean/engdic/Makefile index fffafb0e4eda..3fe9f8969c7b 100644 --- a/korean/engdic/Makefile +++ b/korean/engdic/Makefile @@ -10,8 +10,9 @@ MASTER_SITES= ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/ MAINTAINER= ports@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 |