aboutsummaryrefslogtreecommitdiffstats
path: root/comms/minicom
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-07 07:49:10 +0800
committerJohn Marino <marino@FreeBSD.org>2016-02-07 07:49:10 +0800
commit9a1d66859afcbe28d494890b4f980667f62a09d3 (patch)
tree9e1e534c6f7579127f168eeba913b43b5f5a6bb8 /comms/minicom
parent98a871e900500652ca332f7a0300ee9fc88471f4 (diff)
downloadfreebsd-ports-gnome-9a1d66859afcbe28d494890b4f980667f62a09d3.tar.gz
freebsd-ports-gnome-9a1d66859afcbe28d494890b4f980667f62a09d3.tar.zst
freebsd-ports-gnome-9a1d66859afcbe28d494890b4f980667f62a09d3.zip
x11/minicom: document ncurses requirement (USES+=ncurses)
Also link to ncurses, not curses. approved by: infrastructure blanket
Diffstat (limited to 'comms/minicom')
-rw-r--r--comms/minicom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index f48a2a96ddf4..69a4a06d1755 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -18,9 +18,9 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
-USES= iconv
+USES= iconv ncurses
CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lcurses
+LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB} -lncurses
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-dfl-baud=57600 \
--sysconfdir=${PREFIX}/etc/minicom \
> * - Track ditsfileGabor Kovesdan2006-12-202-13/+7 * Remove USE_REINPLACE from all categories starting with FEdwin Groothuis2006-05-071-1/+0 * SHA256ifyEdwin Groothuis2006-01-221-0/+2 * Reset maintainer per his request. We hope to see him back soon.Mark Linimon2005-12-021-1/+1 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1 * Sync with new bsd.autotools.mkAde Lovett2004-06-051-0/+1 * Clean up USE_{LIBTOOL,AUTOCONF,AUTOMAKE} to appropriate *_VER variablesAde Lovett2004-03-251-1/+1 * Move textproc/dico to french/dico.Christian Weisgerber2004-03-141-1/+1 * Lots of clean-up:Christian Weisgerber2004-03-133-17/+256 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1