Index: head/ports-mgmt/dialog4ports/files/patch-Makefile =================================================================== --- head/ports-mgmt/dialog4ports/files/patch-Makefile (nonexistent) +++ head/ports-mgmt/dialog4ports/files/patch-Makefile (revision 521013) @@ -0,0 +1,16 @@ +--- Makefile.orig 2016-07-08 14:49:08 UTC ++++ Makefile +@@ -5,7 +5,12 @@ RM?= rm + MAN= ${PROG}.1.gz + PROG= dialog4ports + CFLAGS+= -Wall -pedantic +-LDADD+= -lncursesw -lm ++.if exists(/usr/lib/libncursesw.so) ++LDADD+= -lncursesw ++.else ++LDADD+= -lncurses ++.endif ++LDADD+= -lm + PREFIX?= /usr/local + BINDIR= ${PREFIX}/bin + MAN1DIR= ${PREFIX}/man/man1 Property changes on: head/ports-mgmt/dialog4ports/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property