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/gnatsweb4 | |
parent | 551fded38f17dae9a22c4621b1eee090e543099b (diff) |
Notes
Diffstat (limited to 'databases/gnatsweb4')
-rw-r--r-- | databases/gnatsweb4/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/gnatsweb4/Makefile b/databases/gnatsweb4/Makefile index 3d52495f7306..dce9ce83aadd 100644 --- a/databases/gnatsweb4/Makefile +++ b/databases/gnatsweb4/Makefile @@ -54,10 +54,4 @@ do-install: done .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -RUN_DEPENDS+= ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |