diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-13 01:39:48 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2004-10-13 01:39:48 +0000 |
commit | df755e39b4e0ab6aaa78e564fd4d2677371fd8d8 (patch) | |
tree | 41475f9ac4e2f23fd852d5b33452ef7a591e359f /sysutils | |
parent | - unbreak on 5.x (diff) |
- 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')
-rw-r--r-- | sysutils/pwsafe/Makefile | 9 |
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> |