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 | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-magicolor/Makefile | 4 | ||||
-rw-r--r-- | print/foomatic-db/Makefile | 3 | ||||
-rw-r--r-- | print/pips800/Makefile.pips | 5 |
3 files changed, 7 insertions, 5 deletions
diff --git a/print/cups-magicolor/Makefile b/print/cups-magicolor/Makefile index 1b83bd51b975..27e219c8b5f8 100644 --- a/print/cups-magicolor/Makefile +++ b/print/cups-magicolor/Makefile @@ -7,7 +7,7 @@ PORTNAME= cups-magicolor PORTVERSION= 1.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= http://printer.konicaminolta.net/drivers/linux/ DISTNAME= 2430DL_sc_linux @@ -23,7 +23,7 @@ RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster WRKSRC= ${WRKDIR}/magicolor2430DL-${PORTVERSION} -USE_AUTOTOOLS= automake:19:env autoconf:259 +USE_AUTOTOOLS= automake:19:env autoconf:261 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/print/foomatic-db/Makefile b/print/foomatic-db/Makefile index 89b7417ebc91..633f3d77b235 100644 --- a/print/foomatic-db/Makefile +++ b/print/foomatic-db/Makefile @@ -7,6 +7,7 @@ PORTNAME= db PORTVERSION= 20070124 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_LOCAL:S,$,acm/foomatic/,} \ http://freebsd.unixfreunde.de/sources/ @@ -22,7 +23,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ USE_GMAKE= yes USE_PERL5= yes -USE_AUTOTOOLS= automake:15:env autoconf:259 +USE_AUTOTOOLS= automake:15:env autoconf:261 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} 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: |