diff options
Diffstat (limited to 'x11/gnomecore/Makefile')
-rw-r--r-- | x11/gnomecore/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/gnomecore/Makefile b/x11/gnomecore/Makefile index 9edb8fac4ca5..e9e3b1a9e6ac 100644 --- a/x11/gnomecore/Makefile +++ b/x11/gnomecore/Makefile @@ -38,8 +38,4 @@ MAN1= deskguide_applet.1 gmenu.1 gnome-about.1 gnome-convert.1 \ session-properties-capplet.1 MAN5= default.session.5 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |