diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:39:17 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-12-17 06:39:17 +0000 |
commit | 62646a2f00ba7ae5fdf6f9ed9f5907e5ae7177ff (patch) | |
tree | 87906668f99b54f3d902f1271bd32482406b39e5 | |
parent | BROKEN on !i386: Broken pkg-plist (diff) |
Now builds on i386 6.x.
Notes
Notes:
svn path=/head/; revision=124256
-rw-r--r-- | net/ser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ser/Makefile b/net/ser/Makefile index 930160615abb..c413f0ea17bb 100644 --- a/net/ser/Makefile +++ b/net/ser/Makefile @@ -32,8 +32,8 @@ MANCOMPRESSED= no .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 600000 || ${ARCH} != "i386" -BROKEN= "Broken pkg-plist on FreeBSD >= 6.x and on !i386" +.if ${ARCH} != "i386" +BROKEN= "Broken pkg-plist on !i386" .endif post-install: |