aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-10-13 09:39:48 +0800
committerleeym <leeym@FreeBSD.org>2004-10-13 09:39:48 +0800
commit833a393cef49f8702bf2f7230c605d2c6949da1e (patch)
tree7a5bd160d2c61c1c6f90f9cc929b62f41d04e9ab /sysutils
parente9bb17b3921d8896c4f3bb4e219f10902a6ca0b9 (diff)
downloadfreebsd-ports-gnome-833a393cef49f8702bf2f7230c605d2c6949da1e.tar.gz
freebsd-ports-gnome-833a393cef49f8702bf2f7230c605d2c6949da1e.tar.zst
freebsd-ports-gnome-833a393cef49f8702bf2f7230c605d2c6949da1e.zip
- add USE_GCC=2.95 and unbreak this port
PR: 72102 Submitted by: leeym Approved by: maintainer timeout
Diffstat (limited to 'sysutils')
-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>