diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-02 10:29:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-02 10:29:29 +0000 |
commit | edbac383dd40864646d0ca93be6c6764602f0072 (patch) | |
tree | e2fffb4860a5d7943a9615976d11eb6ff3b86581 /databases | |
parent | ed2ffc9216522fb1d7365eb42a5e3b4ac50ea455 (diff) |
Add trailing "
Submitted by: Ion-Mihai Tetcu <itetcu@apropo.ro>
Pointy hat to: kris
Notes
Notes:
svn path=/head/; revision=102717
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-GDBM/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-GDBM/Makefile b/databases/p5-GDBM/Makefile index e5c55403979d..b90354a21a46 100644 --- a/databases/p5-GDBM/Makefile +++ b/databases/p5-GDBM/Makefile @@ -28,7 +28,7 @@ MAN3= GDBM_File.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} >= 500800 -BROKEN= "Does not compile +BROKEN= "Does not compile" .endif .include <bsd.port.post.mk> |