diff options
author | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2008-08-20 00:57:32 +0000 |
commit | 771ea13f4111cf3212b9c32c18ac5fc1975d483d (patch) | |
tree | b4d0fdbbaaf974fbf1b69ebcbe9a956cb4eed79d /print/pips800 | |
parent | 582d67b410e45602807f37bf0e20fd522b31b033 (diff) |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Notes
Notes:
svn path=/head/; revision=218886
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile.pips | 4 |
1 files changed, 2 insertions, 2 deletions
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: |