diff options
author | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
commit | 6d726b6c09094afd97f1528cfff8b27850279b0d (patch) | |
tree | ef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /deskutils/kmatrix3d | |
parent | 9b4e4e3b2292946bd774693494465751f44fca20 (diff) |
Notes
Diffstat (limited to 'deskutils/kmatrix3d')
-rw-r--r-- | deskutils/kmatrix3d/Makefile | 2 | ||||
-rw-r--r-- | deskutils/kmatrix3d/files/patch-admin__cvs.sh | 15 |
2 files changed, 12 insertions, 5 deletions
diff --git a/deskutils/kmatrix3d/Makefile b/deskutils/kmatrix3d/Makefile index 2e97b169cb9d..614a194852c6 100644 --- a/deskutils/kmatrix3d/Makefile +++ b/deskutils/kmatrix3d/Makefile @@ -26,6 +26,8 @@ USE_KDELIBS_VER= 3 USE_BZIP2= yes USE_PERL5_BUILD= yes +AUTOTOOLSFILES= admin/cvs.sh + pre-configure: cd ${WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${MAKE} -f admin/Makefile.common diff --git a/deskutils/kmatrix3d/files/patch-admin__cvs.sh b/deskutils/kmatrix3d/files/patch-admin__cvs.sh index 0846008c3eb0..02b9d2ec7ff1 100644 --- a/deskutils/kmatrix3d/files/patch-admin__cvs.sh +++ b/deskutils/kmatrix3d/files/patch-admin__cvs.sh @@ -1,7 +1,12 @@ ---- admin/cvs.sh.orig 2007-01-27 02:25:03.000000000 -0600 -+++ admin/cvs.sh 2010-10-07 09:17:32.000000000 -0500 -@@ -70,3 +70,3 @@ - ;; +--- admin/cvs.sh.orig 2007-01-27 00:25:03.000000000 -0800 ++++ admin/cvs.sh 2012-04-24 09:20:18.000000000 -0700 +@@ -65,8 +65,3 @@ + case $AUTOMAKE_STRING in +- automake*1.5d* | automake*1.5* | automake*1.5-* ) +- echo "*** YOU'RE USING $AUTOMAKE_STRING." +- echo "*** KDE requires automake $required_automake_version" +- exit 1 +- ;; - automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9*) -+ automake*1.6.* | automake*1.7* | automake*1.8* | automake*1.9* | automake*1.11* ) ++ automake*%%AUTOMAKE_VERSION%%* ) echo "*** $AUTOMAKE_STRING found." |