diff options
author | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-16 02:35:24 +0800 |
commit | 3ad75a4581c2f69fb2331ab72fee36ff8af166ba (patch) | |
tree | b5ab9adb45e9a850892479ebc329ab2118d673c8 /print/pips800 | |
parent | f72275e68db56a5d187d3a748951a6347a5ace60 (diff) | |
download | freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.gz freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.tar.zst freebsd-ports-gnome-3ad75a4581c2f69fb2331ab72fee36ff8af166ba.zip |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
Diffstat (limited to 'print/pips800')
-rw-r--r-- | print/pips800/Makefile | 2 | ||||
-rw-r--r-- | print/pips800/Makefile.pips | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/pips800/Makefile b/print/pips800/Makefile index 21b765564cf2..5d35c25d6079 100644 --- a/print/pips800/Makefile +++ b/print/pips800/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 7 +PORTREVISION= 8 MASTERDIR= ${.CURDIR}/../pips800 COMMENT= Photo Image Print System for Linux --- EPSON PM-800C 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: |