1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

editors/puff: document ncurses rqmt (USES+=ncurses), respect LDFLAGS

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-01-31 14:44:32 +00:00
parent bcd345a414
commit 9e20c719f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407645
2 changed files with 11 additions and 3 deletions

View File

@ -10,6 +10,7 @@ MASTER_SITES= http://devpit.org/puff/ \
MAINTAINER= bilbo@hobbiton.org MAINTAINER= bilbo@hobbiton.org
COMMENT= Simple and efficient text editor COMMENT= Simple and efficient text editor
USES= ncurses
PLIST_FILES= bin/puff etc/puff.conf.sample PLIST_FILES= bin/puff etc/puff.conf.sample
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,6 +1,13 @@
--- ./Makefile.orig 2007-11-04 09:49:37.000000000 +0100 --- Makefile.orig 2007-11-04 08:49:37 UTC
+++ ./Makefile 2014-03-06 16:27:34.118280667 +0100 +++ Makefile
@@ -9,9 +9,10 @@ @@ -3,15 +3,16 @@ CFLAGS += -Wall
#CFLAGS += -DDEBUG -g
OBJS = shared.o editfile.o keys.o puff.o
HEAD = shared.h editfile.h keys.h
-LIBS = -lcurses -lm
+LIBS = ${LDFLAGS} -lncurses -lm
all: fortune puff
fortune: fortune:
-@fortune -@fortune
install: all install: all