diff options
author | jeh <jeh@FreeBSD.org> | 2003-06-17 07:20:24 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-06-17 07:20:24 +0800 |
commit | 57ad9f8cd87e250e0c7b3413fb2a61ef354b40a0 (patch) | |
tree | b3b5c873900d52dfae824c92b7d71e2ad5530908 /misc/amanda26-server/Makefile | |
parent | 1775aef73b7fa534fbde6ccb8ac324f8b55a45ea (diff) | |
download | freebsd-ports-gnome-57ad9f8cd87e250e0c7b3413fb2a61ef354b40a0.tar.gz freebsd-ports-gnome-57ad9f8cd87e250e0c7b3413fb2a61ef354b40a0.tar.zst freebsd-ports-gnome-57ad9f8cd87e250e0c7b3413fb2a61ef354b40a0.zip |
It seems bento failed for misc/amanda-server on current. It seems
configure failed to find CAM related things.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
Diffstat (limited to 'misc/amanda26-server/Makefile')
-rw-r--r-- | misc/amanda26-server/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/amanda26-server/Makefile b/misc/amanda26-server/Makefile index 9cc78ac43cf6..4a29a1706ea0 100644 --- a/misc/amanda26-server/Makefile +++ b/misc/amanda26-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.4 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -22,11 +22,15 @@ SLAVEDIRS= misc/amanda-client MASTERPORTNAME= amanda-server NO_LATEST_LINK= yes +USE_AUTOCONF= yes +USE_AUTOCONF_VER= 253 USE_GMAKE= yes -HAS_CONFIGURE= yes PATCH_STRIP= .include <bsd.port.pre.mk> + +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} + # amanda-server part .if !defined(CLIENT_ONLY) |