diff options
Diffstat (limited to 'x11/gnomemag/Makefile')
-rw-r--r-- | x11/gnomemag/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/gnomemag/Makefile b/x11/gnomemag/Makefile index aa0db7faed98..b319d2e7b8c7 100644 --- a/x11/gnomemag/Makefile +++ b/x11/gnomemag/Makefile @@ -25,8 +25,4 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |