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 /science/kst | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) |
Notes
Diffstat (limited to 'science/kst')
-rw-r--r-- | science/kst/Makefile | 2 | ||||
-rw-r--r-- | science/kst/files/patch-admin__cvs.sh | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index a1b3d0f21487..4494e1fdb47c 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ USE_KDELIBS_VER=3 USE_GMAKE= yes -USE_AUTOTOOLS= automake:19:env autoconf:267:env libtool:22 +USE_AUTOTOOLS= automake:111:env autoconf:267:env libtool:22 USE_LDCONFIG= yes USE_GETTEXT= yes MAKE_JOBS_SAFE= yes diff --git a/science/kst/files/patch-admin__cvs.sh b/science/kst/files/patch-admin__cvs.sh new file mode 100644 index 000000000000..b4ba39558c05 --- /dev/null +++ b/science/kst/files/patch-admin__cvs.sh @@ -0,0 +1,7 @@ +--- admin/cvs.sh.orig 2010-03-29 05:51:00.000000000 -0500 ++++ admin/cvs.sh 2010-10-02 14:50:38.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." |