summaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-06 14:46:22 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-06 14:46:22 +0000
commit521c4f9fb5e9e1ddbb1dc261f7021de62baf3085 (patch)
tree00c74d764331e5ca8f1304f8074e779a7ab4262e /x11-themes
parentFix build if WITH_GPGME is not defined. (diff)
Fix build breakage introduced by devel/automake upgrade.
PR: 31662 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=49672
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/mosfet-liquid/Makefile2
-rw-r--r--x11-themes/mosfet-liquid/files/patch-admin::Makefile.common28
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 \