diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 09:02:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-07 09:02:45 +0000 |
commit | 915fec9aad35db69c3954a555cf3b90d83fcfa34 (patch) | |
tree | 0389529a9b581d5771ccb61b8dcd456184892e66 /www/logtools | |
parent | Update p5-Tcl-Tk to 0.88, and move p5-Tcl-Tk to p5-TclTk where it belongs. (diff) |
- Fix build on 4.x
Submitted by: pointyhat via kris
Approved by: krion (mentor)
Diffstat (limited to 'www/logtools')
-rw-r--r-- | www/logtools/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/logtools/Makefile b/www/logtools/Makefile index d172e761beea..7c18b3224e08 100644 --- a/www/logtools/Makefile +++ b/www/logtools/Makefile @@ -15,8 +15,7 @@ MAINTAINER= xaa+ports@timewasters.nl COMMENT= Useful tools to deal with CLF files (Common Log File format) GNU_CONFIGURE= yes +USE_GCC= 3.4+ MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1 -.include <bsd.port.pre.mk> - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |