diff options
Diffstat (limited to 'www/gtkhtml/Makefile')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 4fa8c5674f3..ce9599e785f 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -36,10 +36,6 @@ VERSION= ${PORTNAME}-${PORTVERSION} LIB_DEPENDS+= soup.6:${PORTSDIR}/devel/soup .endif -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-configure: @${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ; \ |