diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-03 01:49:33 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-03 01:49:33 +0000 |
commit | 35ed93e3b3f17e62ee74e66a3cf231dca1af1eba (patch) | |
tree | b7e4ab5de261ee4260fdd9cb7583d77b927c54f1 /x11-themes | |
parent | 3f5c7313ffb584d0c43364f68a2203109c4799b5 (diff) |
Fix errors introduced by changes in auto{conf,make}
PR: 33462
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52518
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/mosfet-liquid/Makefile | 5 | ||||
-rw-r--r-- | x11-themes/mosfet-liquid/files/patch-admin::Makefile.common | 26 |
2 files changed, 19 insertions, 12 deletions
diff --git a/x11-themes/mosfet-liquid/Makefile b/x11-themes/mosfet-liquid/Makefile index 56851c8c06ae..fb7f31cd2ea1 100644 --- a/x11-themes/mosfet-liquid/Makefile +++ b/x11-themes/mosfet-liquid/Makefile @@ -13,10 +13,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= michiel.dewilde@rug.ac.be -BUILD_DEPENDS= automake14:${PORTSDIR}/devel/automake14 \ - autoconf:${PORTSDIR}/devel/autoconf - -GNU_CONFIGURE= yes +USE_AUTOMAKE= yes USE_GMAKE= yes USE_KDELIBS_VER=2 INSTALLS_SHLIB= yes diff --git a/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common b/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common index 8b65d2b73225..55c5a99e68ee 100644 --- a/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common +++ b/x11-themes/mosfet-liquid/files/patch-admin::Makefile.common @@ -1,28 +1,38 @@ ---- 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 @@ +--- admin/Makefile.common.orig Fri Jun 15 05:54:12 2001 ++++ admin/Makefile.common Wed Jan 2 09:41:45 2002 +@@ -13,15 +13,15 @@ $(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 +- @autoheader ++ @autoheader213 @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 @@ +- @autoconf ++ @autoconf213 + @if test -r configure.in.in ; then \ + perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\ + then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\ +@@ -48,11 +48,11 @@ @if test -r configure.in.in; then \ $(MAKE) -f Makefile.am top_srcdir=. subdirs configure.in; \ fi ;\ - aclocal; \ -+ aclocal14; \ - autoheader; \ +- autoheader; \ - automake --foreign --include-deps; \ ++ aclocal14; \ ++ autoheader213; \ + automake14 --foreign --include-deps; \ perl admin/am_edit; \ - autoconf; \ +- autoconf; \ ++ autoconf213; \ if test -r configure.in.in ; then \ + perl -pi -e 'print "if test \"x\$$with_fast_perl\" = \"xyes\" ;\ + then\n perl -i.bak \$$ac_aux_dir/conf.change.pl \$$CONFIG_STATUS\ |