diff options
author | linimon <linimon@FreeBSD.org> | 2006-01-27 15:05:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-01-27 15:05:11 +0800 |
commit | 2da4e54ec0e9fa31e29c0142c98370e57783828a (patch) | |
tree | 344dc8cba529b9a21db2a1f3066543441bc23c20 /misc/amanda-server | |
parent | 39edf5640f71adf9bc5257cc16c9e5de0f94af65 (diff) | |
download | freebsd-ports-gnome-2da4e54ec0e9fa31e29c0142c98370e57783828a.tar.gz freebsd-ports-gnome-2da4e54ec0e9fa31e29c0142c98370e57783828a.tar.zst freebsd-ports-gnome-2da4e54ec0e9fa31e29c0142c98370e57783828a.zip |
FreeBSD 3.x systems are no longer supported, so this code is moot. In any
case, .error is deprecated.
Diffstat (limited to 'misc/amanda-server')
-rw-r--r-- | misc/amanda-server/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 2332ee08c17c..113f47884bf3 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -28,10 +28,6 @@ PATCH_STRIP= .include <bsd.port.pre.mk> -.if exists(/usr/include/sys/scsiio.h) -.error You have the file /usr/include/sys/scsiio.h on your system. This was removed after FreeBSD 3.5 and will break the build of this port. Please remove it. -.endif - CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} AMANDA_USER?= operator |