diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /print | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-gnome-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-magicolor/Makefile | 2 | ||||
-rw-r--r-- | print/foomatic-db/Makefile | 2 | ||||
-rw-r--r-- | print/lilypond/Makefile | 2 | ||||
-rw-r--r-- | print/pips800/Makefile.pips | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/print/cups-magicolor/Makefile b/print/cups-magicolor/Makefile index 2dcd82019ba0..0fe4745bc15d 100644 --- a/print/cups-magicolor/Makefile +++ b/print/cups-magicolor/Makefile @@ -23,7 +23,7 @@ RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster WRKSRC= ${WRKDIR}/magicolor2430DL-${PORTVERSION} -USE_AUTOTOOLS= automake:19:env autoconf:261 +USE_AUTOTOOLS= automake:19:env autoconf:262 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 633f3d77b235..9646ade0da8e 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= automake:15:env autoconf:261 +USE_AUTOTOOLS= automake:15:env autoconf:262 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 0685ab6213a2..58b5ef3b6ac4 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -36,7 +36,7 @@ MAN1= lilymidi.1 lilypond-book.1 lilypond-invoke-editor.1 \ INFO= lilypond lilypond-internals lilypond-program lilypond-learning \ music-glossary -USE_AUTOTOOLS= autoconf:261 +USE_AUTOTOOLS= autoconf:262 USE_BISON= build USE_GETTEXT= yes USE_GMAKE= yes diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index ba5eeca157db..388e0337dc71 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -122,7 +122,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-common \ ${PRTYPE} != -spr800 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-2.6.2-ekpstm::main.c .endif -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf-2.61:${PORTSDIR}/devel/autoconf261 +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf-2.62:${PORTSDIR}/devel/autoconf262 LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base USE_ICONV= yes .endif @@ -275,7 +275,7 @@ post-patch: pre-configure: .if ${PIPS_LEVEL} >= 206 && ${DIST_TYPE} != lpr && ${DIST_TYPE} != cups - cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.61 + cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.62 .endif post-configure: |