From 6424fd5192e6e888303ce266ccb6b88a31cd3003 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 26 Sep 2004 02:43:13 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- sysutils/pwsafe/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sysutils/pwsafe') diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile index 0d3aa1a04c35..406b1c9acce5 100644 --- a/sysutils/pwsafe/Makefile +++ b/sysutils/pwsafe/Makefile @@ -19,4 +19,10 @@ USE_GMAKE= yes MAN1= pwsafe.1 PLIST_FILES= bin/pwsafe -.include +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + +.include -- cgit