aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pwsafe
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-13 01:39:48 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-13 01:39:48 +0000
commitdf755e39b4e0ab6aaa78e564fd4d2677371fd8d8 (patch)
tree41475f9ac4e2f23fd852d5b33452ef7a591e359f /sysutils/pwsafe
parentd8509bee80513acbe639ad4e06ded26123fbdb44 (diff)
downloadports-df755e39b4e0ab6aaa78e564fd4d2677371fd8d8.tar.gz
ports-df755e39b4e0ab6aaa78e564fd4d2677371fd8d8.zip
- add USE_GCC=2.95 and unbreak this port
PR: 72102 Submitted by: leeym Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=119131
Diffstat (limited to 'sysutils/pwsafe')
-rw-r--r--sysutils/pwsafe/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile
index 406b1c9acce5..78661fd63912 100644
--- a/sysutils/pwsafe/Makefile
+++ b/sysutils/pwsafe/Makefile
@@ -15,14 +15,9 @@ COMMENT= Cmdline program that manages encrypted password databases
GNU_CONFIGURE= yes
USE_GMAKE= yes
+USE_GCC= 2.95
MAN1= pwsafe.1
PLIST_FILES= bin/pwsafe
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 502126
-BROKEN= "Does not compile on FreeBSD >= 5.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>