diff options
Diffstat (limited to 'editors/gedit/Makefile')
-rw-r--r-- | editors/gedit/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 3c414d6c31d3..5cda9f06193b 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -26,8 +26,4 @@ MAKE_ENV= OLD_PO_FILE_INPUT=1 MAN1= gedit.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |