diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-02 17:54:43 +0000 |
commit | 5382b797798cc96be201ca78248d644ac5b3b00a (patch) | |
tree | fe83ab31c4e9d97d9055c23592d46eae2d27198b /databases/WWWdb | |
parent | 551fded38f17dae9a22c4621b1eee090e543099b (diff) |
Notes
Diffstat (limited to 'databases/WWWdb')
-rw-r--r-- | databases/WWWdb/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/WWWdb/Makefile b/databases/WWWdb/Makefile index 4350ecbdf545..0a5cbf639cc3 100644 --- a/databases/WWWdb/Makefile +++ b/databases/WWWdb/Makefile @@ -18,12 +18,6 @@ PERL_CONFIGURE= yes MAN3= WWWdb::Base.3 WWWdb::DbSession.3 WWWdb::List.3 \ WWWdb::Session.3 WWWdb::Plugin.3 WWWdb::Hash.3 \ - WWWdb::HTML.3 + WWWdb::HTML.3 WWWdb::ConfigFile.3 WWWdb::ConfigPool.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 500600 -MAN3+= WWWdb::ConfigFile.3 WWWdb::ConfigPool.3 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |