diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-07 17:02:45 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-07 17:02:45 +0800 |
commit | e4ceadae5397bbfb4b12424e54841c336f4ae20b (patch) | |
tree | 98152ec3609df14129e6e8de4b7b9688a1b6ca9f /www | |
parent | 982aaf9c3a23e3cb365b23ed256f18e176834f90 (diff) | |
download | freebsd-ports-gnome-e4ceadae5397bbfb4b12424e54841c336f4ae20b.tar.gz freebsd-ports-gnome-e4ceadae5397bbfb4b12424e54841c336f4ae20b.tar.zst freebsd-ports-gnome-e4ceadae5397bbfb4b12424e54841c336f4ae20b.zip |
- Fix build on 4.x
Submitted by: pointyhat via kris
Approved by: krion (mentor)
Diffstat (limited to 'www')
-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> |