diff options
author | oliver <oliver@FreeBSD.org> | 2005-10-29 16:05:13 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-10-29 16:05:13 +0800 |
commit | a5372ebc1dfb1ce6f1471130e910d04ef76bff71 (patch) | |
tree | a78958704336540446b9c18c2f340641e03a19b2 /net/cyphesis | |
parent | 88c5a531cb6a6005e92562b2b543a866d3024bd4 (diff) | |
download | freebsd-ports-graphics-a5372ebc1dfb1ce6f1471130e910d04ef76bff71.tar.gz freebsd-ports-graphics-a5372ebc1dfb1ce6f1471130e910d04ef76bff71.tar.zst freebsd-ports-graphics-a5372ebc1dfb1ce6f1471130e910d04ef76bff71.zip |
I accidentally commented IGNORE for OSVERSION < 500000 out.
Diffstat (limited to 'net/cyphesis')
-rw-r--r-- | net/cyphesis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/cyphesis/Makefile b/net/cyphesis/Makefile index 1b529ff3547..61ddbe655f8 100644 --- a/net/cyphesis/Makefile +++ b/net/cyphesis/Makefile @@ -39,7 +39,7 @@ MAN1= cyclient.1 cycmd.1 cyphesis.1 cyphesis-tools.1 .include <bsd.port.pre.mk> .if ${OSVERSION} < 500000 -#IGNORE= Does not compile +IGNORE= Does not compile .endif post-patch: |