mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
- Fix build after libmytinfo removal
Reported by: pointyhat via kris
This commit is contained in:
parent
d1cc1c7191
commit
56c9725873
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184669
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= bpatch
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
@ -8,7 +8,7 @@
|
||||
+BINDIR= ${PREFIX}/bin
|
||||
+MANDIR= ${PREFIX}/man/man1
|
||||
+
|
||||
+LIBS = -lncurses -lmytinfo
|
||||
+LIBS = -lncurses
|
||||
+#LIBS = -ltermlib
|
||||
+#LIBS = -lterminfo
|
||||
+#for sysV
|
||||
|
Loading…
Reference in New Issue
Block a user