diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-20 20:13:42 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-20 20:13:42 +0000 |
commit | cc26406e37f7496cb3d6acd188c4d31d49d04699 (patch) | |
tree | ffd49f643dc69b5d60b6e1ff4d57fca52b1d51b2 /misc/brs/Makefile | |
parent | Update to 1.0.1, see ChangeLog for detail: (diff) |
Unbreak on 4.x: Set USE_BZIP2
Approved by: maintainer
Diffstat (limited to 'misc/brs/Makefile')
-rw-r--r-- | misc/brs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/brs/Makefile b/misc/brs/Makefile index 3c61d4f0e369..e60ac2ff270e 100644 --- a/misc/brs/Makefile +++ b/misc/brs/Makefile @@ -17,6 +17,7 @@ DIST_SUBDIR= brs MAINTAINER= user@unknown.nu COMMENT= An interactive King James Bible +USE_BZIP2= yes NO_WRKSUBDIR= yes ALL_TARGET= MAN1= bible.1 |