diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-plugins/Makefile | 9 | ||||
-rw-r--r-- | editors/gnome2-office/Makefile | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile index 736ac527c6a4..5a599925c6fe 100644 --- a/editors/gedit-plugins/Makefile +++ b/editors/gedit-plugins/Makefile @@ -7,7 +7,7 @@ PORTNAME= gedit-plugins PORTVERSION= 2.3.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 @@ -21,10 +21,15 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_BZIP2= yes USE_PERL5= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=13 INSTALLS_SHLIB= yes +USE_REINPLACE= yes USE_GNOME= gnomehack gnomeprefix gnometarget lthack CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +post-patch: + @${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.6|g" \ + ${WRKSRC}/configure + .include <bsd.port.mk> diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile index 3b1efac93c5e..b78950ce842a 100644 --- a/editors/gnome2-office/Makefile +++ b/editors/gnome2-office/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnome2-office -PORTVERSION= 2.6.0 +PORTVERSION= 2.5.92 CATEGORIES= editors gnome MASTER_SITES= # empty DISTFILES= # empty |