aboutsummaryrefslogtreecommitdiff
path: root/print/flpsed
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-03-24 22:17:41 +0000
committerJohn Marino <marino@FreeBSD.org>2015-03-24 22:17:41 +0000
commit312461b6fa77f1cca68731482cf7519092085f56 (patch)
tree60ad4767380537b433ea1dfdfc2e72ae71751873 /print/flpsed
parentd8a73366f4042a17f0426e917e4a6ec3c42f67f5 (diff)
downloadports-312461b6fa77f1cca68731482cf7519092085f56.tar.gz
ports-312461b6fa77f1cca68731482cf7519092085f56.zip
3 ports categories: Remove $PTHREAD_LIBS
Categories: print, science, emulators approved by: PTHREAD blanket
Notes
Notes: svn path=/head/; revision=382185
Diffstat (limited to 'print/flpsed')
-rw-r--r--print/flpsed/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile
index 2c181a7c3181..88d8dcd46a96 100644
--- a/print/flpsed/Makefile
+++ b/print/flpsed/Makefile
@@ -24,10 +24,6 @@ PLIST_FILES= bin/flpsed \
share/icons/flpsed.svg
PORTDOCS= README
-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>