diff options
Diffstat (limited to 'security/kovpn')
-rw-r--r-- | security/kovpn/Makefile | 2 | ||||
-rw-r--r-- | security/kovpn/files/patch-admin-cvs.sh | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/security/kovpn/Makefile b/security/kovpn/Makefile index d8079a331a42..5d60587746a8 100644 --- a/security/kovpn/Makefile +++ b/security/kovpn/Makefile @@ -27,7 +27,7 @@ INSTALLS_ICONS= yes USE_GMAKE= yes USE_XORG= xpm GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:267:env automake:19:env libtool:22 +USE_AUTOTOOLS= autoconf:267:env automake:111:env libtool:22 .include <bsd.port.pre.mk> diff --git a/security/kovpn/files/patch-admin-cvs.sh b/security/kovpn/files/patch-admin-cvs.sh new file mode 100644 index 000000000000..e8b9f5e70eba --- /dev/null +++ b/security/kovpn/files/patch-admin-cvs.sh @@ -0,0 +1,7 @@ +--- admin/cvs.sh.orig 2008-07-07 15:38:56.000000000 -0500 ++++ admin/cvs.sh 2010-10-02 14:54:47.000000000 -0500 +@@ -70,3 +70,3 @@ + ;; +- automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10*) ++ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.10* | automake*1.11* ) + echo "*** $AUTOMAKE_STRING found." |