diff --git a/x11-themes/mosfet-liquid/Makefile b/x11-themes/mosfet-liquid/Makefile index 82b1fb01bf03..ac5ed93ec6c2 100644 --- a/x11-themes/mosfet-liquid/Makefile +++ b/x11-themes/mosfet-liquid/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= Michiel De Wilde -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ +BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ autoconf:${PORTSDIR}/devel/autoconf GNU_CONFIGURE= yes diff --git a/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common b/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common new file mode 100644 index 000000000000..8b65d2b73225 --- /dev/null +++ b/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common @@ -0,0 +1,28 @@ +--- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001 ++++ admin/Makefile.common Wed Oct 31 15:18:24 2001 +@@ -13,11 +13,11 @@ + $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\ + fi + @echo "*** Retrieving configure tests needed by configure.in" +- @aclocal ++ @aclocal14 + @echo "*** Scanning for include statements" + @autoheader + @echo "*** Building Makefile templates" +- @automake ++ @automake14 + @echo "*** Scanning for moc files and kde tags" + @perl admin/am_edit + @echo "*** Building configure" +@@ -48,9 +48,9 @@ + @if test -r configure.in.in; then \ + $(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \ + fi ;\ +- aclocal; \ ++ aclocal14; \ + autoheader; \ +- automake --foreign --include-deps; \ ++ automake14 --foreign --include-deps; \ + perl admin/am_edit; \ + autoconf; \ + if test -r configure.in.in ; then \ diff --git a/x11-wm/mosfet-liquid/Makefile b/x11-wm/mosfet-liquid/Makefile index 82b1fb01bf03..ac5ed93ec6c2 100644 --- a/x11-wm/mosfet-liquid/Makefile +++ b/x11-wm/mosfet-liquid/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= Michiel De Wilde -BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ +BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ autoconf:${PORTSDIR}/devel/autoconf GNU_CONFIGURE= yes diff --git a/x11-wm/mosfet-liquid/files/patch-admin::Makefile.common b/x11-wm/mosfet-liquid/files/patch-admin::Makefile.common new file mode 100644 index 000000000000..8b65d2b73225 --- /dev/null +++ b/x11-wm/mosfet-liquid/files/patch-admin::Makefile.common @@ -0,0 +1,28 @@ +--- admin/Makefile.common.orig Wed Oct 31 15:17:47 2001 ++++ admin/Makefile.common Wed Oct 31 15:18:24 2001 +@@ -13,11 +13,11 @@ + $(MAKE) -f Makefile.am top_srcdir=. configure.in ;\ + fi + @echo "*** Retrieving configure tests needed by configure.in" +- @aclocal ++ @aclocal14 + @echo "*** Scanning for include statements" + @autoheader + @echo "*** Building Makefile templates" +- @automake ++ @automake14 + @echo "*** Scanning for moc files and kde tags" + @perl admin/am_edit + @echo "*** Building configure" +@@ -48,9 +48,9 @@ + @if test -r configure.in.in; then \ + $(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \ + fi ;\ +- aclocal; \ ++ aclocal14; \ + autoheader; \ +- automake --foreign --include-deps; \ ++ automake14 --foreign --include-deps; \ + perl admin/am_edit; \ + autoconf; \ + if test -r configure.in.in ; then \