diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /security/kovpn | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
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." |