diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-13 01:52:07 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-13 01:52:07 +0000 |
commit | 0a2353a0be95259a8eee7c81b218bdec38ffa01d (patch) | |
tree | 581c1fbcbb1dac17a94937811f4c1d544024e88b /sysutils/tua/Makefile | |
parent | 0ea6f532446d01fb6c982986bb37ac8ed34fc674 (diff) |
Notes
Diffstat (limited to 'sysutils/tua/Makefile')
-rw-r--r-- | sysutils/tua/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/tua/Makefile b/sysutils/tua/Makefile index cdd45407dc65..ee1510ac0858 100644 --- a/sysutils/tua/Makefile +++ b/sysutils/tua/Makefile @@ -14,12 +14,10 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The Uucp Analyzer GNU_CONFIGURE= yes -MAN1= tua.1 - -.include <bsd.port.pre.mk> +USE_GCC= 2.95 -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif +MAN1= tua.1 +INFO= tua +PLIST_FILES= bin/tua lib/tua.pcd -.include <bsd.port.post.mk> +.include <bsd.port.mk> |