diff options
Diffstat (limited to 'devel/gnomebuild/Makefile')
-rw-r--r-- | devel/gnomebuild/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/gnomebuild/Makefile b/devel/gnomebuild/Makefile index 81979b511d2e..cf5359be0fb4 100644 --- a/devel/gnomebuild/Makefile +++ b/devel/gnomebuild/Makefile @@ -26,8 +26,4 @@ INSTALLS_SHLIB= 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> |