diff options
-rw-r--r-- | editors/gedit-plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 0fc54ff9a7ad..9bcd84eafb38 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -29,7 +29,7 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.6|g" \ + @${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.8|g" \ ${WRKSRC}/configure .include <bsd.port.mk> |