diff options
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 4cdc659b17c8..a568cfc0901e 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -51,10 +51,7 @@ PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R} CONFIGURE_ARGS+= --enable-compile-warnings=no post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; \ - s|-ldl"$$|"|g' \ + @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; s|-ldl"$$|"|g' \ ${WRKSRC}/configure .include <bsd.port.mk> |