diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-09 22:40:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-09 22:40:12 +0000 |
commit | cc80b5cf4da1e5880be6ae6ebf5ed461546fe064 (patch) | |
tree | cd234daccb75d12b5c7a3ca67fe7d46ec4dba68b | |
parent | 406a2c1a5990255c1db65a594f32e842fad6cafe (diff) | |
download | ports-cc80b5cf4da1e5880be6ae6ebf5ed461546fe064.tar.gz ports-cc80b5cf4da1e5880be6ae6ebf5ed461546fe064.zip |
Notes
-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> |