diff options
Diffstat (limited to 'x11-toolkits/eel')
-rw-r--r-- | x11-toolkits/eel/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index d364754..d7affda 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -27,8 +27,4 @@ CONFIGURE_ARGS= --enable-shared --enable-static CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |