summaryrefslogtreecommitdiff
path: root/comms/minicom
diff options
context:
space:
mode:
authormycroft <mycroft>1999-04-22 20:39:17 +0000
committermycroft <mycroft>1999-04-22 20:39:17 +0000
commiteb14ac91259ad7e5024632a3a49b89e7bdf0d87c (patch)
tree2297a877874ded5eda7ffc7d5196aae623ee7402 /comms/minicom
parente81ef70f4414c96976e1471d2f772c1ca4330778 (diff)
downloadpkgsrc-eb14ac91259ad7e5024632a3a49b89e7bdf0d87c.tar.gz
This pkg doesn't actually use Curses, so it shouldn't require ncurses.
Diffstat (limited to 'comms/minicom')
-rw-r--r--comms/minicom/Makefile3
-rw-r--r--comms/minicom/patches/patch-aa4
2 files changed, 3 insertions, 4 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 09b7413363c..ed9ba345c8a 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 1999/04/14 21:31:44 tron Exp $
+# $NetBSD: Makefile,v 1.13 1999/04/22 20:39:17 mycroft Exp $
# FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp
#
@@ -14,7 +14,6 @@ HOMEPAGE= http://www.clinet.fi/~walker/minicom.html
BUILD_DEPENDS+= ${LOCALBASE}/bin/msgfmt:../../devel/gettext
DEPENDS+= kermit-6.0.192:../../comms/kermit
DEPENDS+= lrzsz-0.12.18:../../comms/lrzsz
-DEPENDS+= ncurses-1.9.9g:../../devel/ncurses
USE_GMAKE= yes
NO_CONFIGURE= yes
diff --git a/comms/minicom/patches/patch-aa b/comms/minicom/patches/patch-aa
index acfdbee3496..e0e63613bb5 100644
--- a/comms/minicom/patches/patch-aa
+++ b/comms/minicom/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.4 1999/04/14 21:13:24 tron Exp $
+$NetBSD: patch-aa,v 1.5 1999/04/22 20:39:18 mycroft Exp $
--- Makefile.orig Sat Jul 25 21:05:46 1998
+++ Makefile Wed Apr 14 22:34:08 1999
@@ -56,7 +56,7 @@ $NetBSD: patch-aa,v 1.4 1999/04/14 21:13:24 tron Exp $
+PROGS = minicom runscript ascii-xfr
+LFLAGS = -s
+INTL = -Wl,-R$(PREFIX)/lib -L$(PREFIX)/lib -lintl
-+LIBS = $(INTL) -lncurses -ltermcap
++LIBS = $(INTL) -lcurses
+CC = cc
+
# Nothing should have to change beneath this line