diff options
author | marcus <marcus@FreeBSD.org> | 2004-11-10 06:40:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-11-10 06:40:12 +0800 |
commit | e47aea7d80e5d75b9282bf4489a68d7b8481b5fd (patch) | |
tree | 863b70cd4eae34d309ff15d1bf6019dd283e24c8 /editors | |
parent | 0213c9376dc629496d0d6c9b473ba03249e9e494 (diff) | |
download | freebsd-ports-gnome-e47aea7d80e5d75b9282bf4489a68d7b8481b5fd.tar.gz freebsd-ports-gnome-e47aea7d80e5d75b9282bf4489a68d7b8481b5fd.tar.zst freebsd-ports-gnome-e47aea7d80e5d75b9282bf4489a68d7b8481b5fd.zip |
Chase the gedit update.
Reported by: pointyhat via kris
Diffstat (limited to 'editors')
-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> |