diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-05 19:25:33 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-05 19:25:33 +0800 |
commit | da6e56a7e5f43d4191a78afd0c0066074f09fd64 (patch) | |
tree | 74e6f98c23fe4f169041266160334d74e2a239a2 /comms/linpsk | |
parent | 87d14eaf33deb56e0fe605aa95329cc9c36a09e9 (diff) | |
download | freebsd-ports-gnome-da6e56a7e5f43d4191a78afd0c0066074f09fd64.tar.gz freebsd-ports-gnome-da6e56a7e5f43d4191a78afd0c0066074f09fd64.tar.zst freebsd-ports-gnome-da6e56a7e5f43d4191a78afd0c0066074f09fd64.zip |
Change IGNORE to BROKEN accordingly to:
books/porters-handbook/dads-noinstall.html
Since it does not build then it should be BROKEN not IGNORE.
PR: 98524
Submitted by: Soeren Straarup (maintainer)
Approved by: lawrance (mentor, implicit)
Diffstat (limited to 'comms/linpsk')
-rw-r--r-- | comms/linpsk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/linpsk/Makefile b/comms/linpsk/Makefile index d00d236bc24b..e660b170dcee 100644 --- a/comms/linpsk/Makefile +++ b/comms/linpsk/Makefile @@ -35,7 +35,7 @@ SUB_FILES= pkg-message .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -IGNORE= does not build on FreeBSD 4.x +BROKEN= does not build on FreeBSD 4.x .endif post-patch: |