diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /print/pips800 | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR: ports/116639
Submitted by: aDe
Notes
Notes:
svn path=/head/; revision=200411
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile.pips | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 6b9b1245b4e3..f173823d43b4 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -7,6 +7,7 @@ PORTNAME= pips${PRTYPE} PORTVERSION?= 1.3.2 +PORTREVISION?= 1 CATEGORIES?= print MASTER_SITES= http://lx2.avasys.jp/pips/%SUBDIR%/ @@ -121,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.53:${PORTSDIR}/devel/autoconf253 +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf-2.61:${PORTSDIR}/devel/autoconf261 LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base USE_ICONV= yes .endif @@ -281,7 +282,7 @@ post-patch: pre-configure: .if ${PIPS_LEVEL} >= 206 && ${DIST_TYPE} != lpr && ${DIST_TYPE} != cups - cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.53 + cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.61 .endif post-configure: |