diff options
Diffstat (limited to 'graphics/eog2/Makefile')
-rw-r--r-- | graphics/eog2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 416c2c69ad88..42b8c0b10844 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -26,8 +26,4 @@ USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |