diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:46:22 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-06 14:46:22 +0000 |
commit | 521c4f9fb5e9e1ddbb1dc261f7021de62baf3085 (patch) | |
tree | 00c74d764331e5ca8f1304f8074e779a7ab4262e /x11-themes/mosfet-liquid | |
parent | 2ededd9245a7a422bf8d6ac5e3b49d24058995a3 (diff) | |
download | ports-521c4f9fb5e9e1ddbb1dc261f7021de62baf3085.tar.gz ports-521c4f9fb5e9e1ddbb1dc261f7021de62baf3085.zip |
Notes
Diffstat (limited to 'x11-themes/mosfet-liquid')
-rw-r--r-- | x11-themes/mosfet-liquid/Makefile | 2 | ||||
-rw-r--r-- | x11-themes/mosfet-liquid/files/patch-admin::Makefile.common | 28 |
2 files changed, 29 insertions, 1 deletions
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 <michiel.dewilde@rug.ac.be> -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 \ |