diff options
author | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-03-25 20:09:42 +0000 |
commit | 9746d6524b4b8f6eec917896d1814e3f731dcc21 (patch) | |
tree | c75f110b500f3e806943eb33a78c2b5c25d7b18e /graphics/zathura | |
parent | b559f5897ca3904e005ac65efdfc3ce548f46f88 (diff) | |
download | ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.tar.gz ports-9746d6524b4b8f6eec917896d1814e3f731dcc21.zip |
Notes
Diffstat (limited to 'graphics/zathura')
-rw-r--r-- | graphics/zathura/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/zathura/Makefile b/graphics/zathura/Makefile index 110614268a29..0dc6a9e15c58 100644 --- a/graphics/zathura/Makefile +++ b/graphics/zathura/Makefile @@ -48,7 +48,6 @@ post-patch: .SILENT ${WRKSRC}/Makefile .endif ${REINPLACE_CMD} -e 's|/usr/include|${LOCALBASE}/include|' \ - -e 's/-lpthread/${PTHREAD_LIBS}/' \ -e 's/-lc//' \ -e 's/DL_LIB /#&/' \ ${WRKSRC}/config.mk |