diff options
author | mycroft <mycroft@pkgsrc.org> | 1999-04-22 20:39:17 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1999-04-22 20:39:17 +0000 |
commit | e5547a65391b40df709afad167736e2f2ced02cb (patch) | |
tree | 2297a877874ded5eda7ffc7d5196aae623ee7402 /comms/minicom/patches | |
parent | e0fb5b5953c340dfccf6919f013c4d5767716293 (diff) | |
download | pkgsrc-e5547a65391b40df709afad167736e2f2ced02cb.tar.gz |
This pkg doesn't actually use Curses, so it shouldn't require ncurses.
Diffstat (limited to 'comms/minicom/patches')
-rw-r--r-- | comms/minicom/patches/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
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 |