diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:50:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:50:33 +0000 |
commit | a76156a41fd668717db7c24d50a14ea4fce5155a (patch) | |
tree | d13612e63684ab17fb0b9c4b6d0a55d676ec6e0c /print/flpsed | |
parent | cd13c75523d3a992f620aab8aa01a38be6acc578 (diff) | |
download | ports-a76156a41fd668717db7c24d50a14ea4fce5155a.tar.gz ports-a76156a41fd668717db7c24d50a14ea4fce5155a.zip |
Notes
Diffstat (limited to 'print/flpsed')
-rw-r--r-- | print/flpsed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile index c23556c92301..b0f4989b8ce7 100644 --- a/print/flpsed/Makefile +++ b/print/flpsed/Makefile @@ -28,6 +28,8 @@ post-configure: @${FIND} -X ${WRKSRC} -type f -name Makefile | ${XARGS} \ ${REINPLACE_CMD} -e "s|-lpthread|${PTHREAD_LIBS}|g" +OPTIONS_DEFINE= DOCS + .include <bsd.port.options.mk> do-install: |