diff options
Diffstat (limited to 'devel/gcvs')
-rw-r--r-- | devel/gcvs/Makefile | 4 | ||||
-rw-r--r-- | devel/gcvs/files/patch-make_configure | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile index d3c8a81fdf24..359af52ec7e4 100644 --- a/devel/gcvs/Makefile +++ b/devel/gcvs/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcvs PORTVERSION= 1.0 -PORTREVISION= 11 +PORTREVISION= 12 PORTEPOCH= 1 CATEGORIES= devel tk MASTER_SITES= SF/cvsgui/gCvs/${PORTNAME}-${PORTVERSION} @@ -29,7 +29,7 @@ MAN1= cvs.1 MAN5= cvs.5 MAN8= cvsbug.8 INFO= cvs cvsclient -USE_AUTOTOOLS= automake:15:env autoconf:262:env +USE_AUTOTOOLS= automake:15:env autoconf:267:env MAKE_JOBS_UNSAFE= yes .include <bsd.port.pre.mk> diff --git a/devel/gcvs/files/patch-make_configure b/devel/gcvs/files/patch-make_configure index a8cbe91df6ea..4007897c4755 100644 --- a/devel/gcvs/files/patch-make_configure +++ b/devel/gcvs/files/patch-make_configure @@ -13,7 +13,7 @@ -done - -autoconf -+cd cvsunix && autoreconf-2.62 ++cd cvsunix && autoreconf-2.67 +cd .. ./configure $* |