diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-05 11:25:33 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-06-05 11:25:33 +0000 |
commit | 0218d11cea23cc400845c0f6f5766cd12a3afd54 (patch) | |
tree | 2c147af762635efe3696306f3c0e401c846657fa /comms/linpsk | |
parent | Pet portlint. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=164428
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: |