diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-14 15:00:54 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-14 15:00:54 +0000 |
commit | 3043b0327288b4dafcfffcdd0a87ed02d538082f (patch) | |
tree | d9ec44e2ca1b3a248e4d417bc8500dca1f9a2afe /mk | |
parent | 479487ae34e96ec7d90687155ceb6685f43cc1ca (diff) | |
download | pkgsrc-3043b0327288b4dafcfffcdd0a87ed02d538082f.tar.gz |
Inserted an empty line between two paragraphs, so they look a little
more aesthetic.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bdb.buildlink3.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bdb.buildlink3.mk b/mk/bdb.buildlink3.mk index 57315c12fce..aaf89d20576 100644 --- a/mk/bdb.buildlink3.mk +++ b/mk/bdb.buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: bdb.buildlink3.mk,v 1.18 2006/11/04 22:18:41 rillig Exp $ +# $NetBSD: bdb.buildlink3.mk,v 1.19 2007/01/14 15:00:54 rillig Exp $ # # This Makefile fragment is meant to be included by packages that # require a Berkeley DB implementation. It abstracts finding the @@ -17,7 +17,8 @@ # package can use any of db[234] # package can use db-1.85 or any of db[234] # package can use db-1.85 which is builtin and some subset of db[234] -# This Makefile does not handle +# +# This Makefile does not handle: # packages that need a specific version, e.g. db2 # [in such cases, include ../../database/db2/buildlink3.mk directly] # packages that can use e.g. db3 or db4, but not db2 |