mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14 lines
300 B
Plaintext
14 lines
300 B
Plaintext
--- Makefile.orig Sun Dec 20 19:49:38 1998
|
|
+++ Makefile Sun Jun 27 01:03:35 1999
|
|
@@ -6,8 +6,8 @@
|
|
V=2.2
|
|
|
|
# Flags for use with the Linux ncurses package (recommended)
|
|
-TERMLIB = -lncurses
|
|
-CC = gcc
|
|
+TERMLIB = -lncurses -lmytinfo
|
|
+CC ?= gcc
|
|
|
|
# Flags for use with stock curses
|
|
# TERMLIB = -lcurses
|