diff options
Diffstat (limited to 'print/pips800/Makefile.pips')
-rw-r--r-- | print/pips800/Makefile.pips | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/pips800/Makefile.pips b/print/pips800/Makefile.pips index 2e2f322491df..780f09aa652f 100644 --- a/print/pips800/Makefile.pips +++ b/print/pips800/Makefile.pips @@ -7,7 +7,7 @@ PORTNAME= pips${PRTYPE} PORTVERSION?= 1.3.2 -PORTREVISION?= 3 +PORTREVISION?= 4 CATEGORIES?= print MASTER_SITES= http://lx2.avasys.jp/pips/%SUBDIR%/ @@ -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.62:${PORTSDIR}/devel/autoconf262 +USE_AUTOTOOLS= autoconf:267 LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base USE_ICONV= yes .endif @@ -274,7 +274,7 @@ post-patch: pre-configure: .if ${PIPS_LEVEL} >= 206 && ${DIST_TYPE} != lpr && ${DIST_TYPE} != cups - cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.62 + cd ${WRKSRC}/libltdl && ${LOCALBASE}/bin/autoconf-2.65 .endif post-configure: |