1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Ensure building against the proper libncurses

This commit is contained in:
Baptiste Daroussin 2019-12-27 16:44:16 +00:00
parent fac528a23a
commit 4bb3aa6a22
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521011

View File

@ -1,6 +1,10 @@
# $FreeBSD$
.if exists(/usr/lib/libncursesw.so)
LDLIBS += -lncursesw
.else
LDLIBS += -lncurses
.endif
LDLIBS += -ldialog
all: pkg_cleanup