diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 11:54:50 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 11:54:50 +0800 |
commit | 9bfdd5fe5d580e48a0694197bd5d7c4295d6f094 (patch) | |
tree | 4f072ec6e47f8fdb0c7f34c42378be70aa6a1dcb /misc/amanda32-server | |
parent | 5deb01fa44037208a96f636598697c1772fc0b94 (diff) | |
download | freebsd-ports-gnome-9bfdd5fe5d580e48a0694197bd5d7c4295d6f094.tar.gz freebsd-ports-gnome-9bfdd5fe5d580e48a0694197bd5d7c4295d6f094.tar.zst freebsd-ports-gnome-9bfdd5fe5d580e48a0694197bd5d7c4295d6f094.zip |
Switch autoconf dependency to 2.61.
PR: ports/116639
Submitted by: aDe
Diffstat (limited to 'misc/amanda32-server')
-rw-r--r-- | misc/amanda32-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 037b3e3b43e5..1c8b25e98115 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client NO_LATEST_LINK= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ |