diff options
author | kris <kris@FreeBSD.org> | 2004-04-11 00:18:27 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-11 00:18:27 +0000 |
commit | b5a5b67ba5a2cba9b731f4765be218a55b5a55ce (patch) | |
tree | e91d25dfc84830f56c8fb7c68316c3b64c1b963f /print | |
parent | a42268fb600828f2e4edc0bfe806563164d5bb3a (diff) | |
download | FreeBSD-ports-b5a5b67ba5a2cba9b731f4765be218a55b5a55ce.zip FreeBSD-ports-b5a5b67ba5a2cba9b731f4765be218a55b5a55ce.tar.gz |
This appears to be broken globally on 5.x.
Diffstat (limited to 'print')
-rw-r--r-- | print/kaspaliste/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index dfecdb9..08df8ee 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ .include <bsd.port.pre.mk> -.if ( ${ARCH} == "alpha" && ${OSVERSION} >= 502102 ) || ${ARCH} == "amd64" -BROKEN= "Does not compile on alpha >= 5.x or amd64" +.if ( ${OSVERSION} >= 502102 ) +BROKEN= "Does not compile on FreeBSD >= 5.x" .endif .include <bsd.port.post.mk> |