mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
16 lines
360 B
Text
16 lines
360 B
Text
|
|
$FreeBSD$
|
|
|
|
--- Makefile.orig
|
|
+++ Makefile
|
|
@@ -87,8 +87,8 @@
|
|
###########################
|
|
# FreeBSD (Thanks to Peter Brevik)
|
|
###########################
|
|
-#CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
|
-#LDFLAGS = -lncurses -lmytinfo -lcompat
|
|
+CFLAGS = -DCOLOR_SUPPORT -DNCURSES
|
|
+LDFLAGS = -lncurses -lcompat
|
|
|
|
###########################
|
|
# MAC OS X
|