diff options
author | vs <vs@FreeBSD.org> | 2005-10-20 20:13:42 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-10-20 20:13:42 +0000 |
commit | 55d467cd33afda52b0f410853fd8b4953ca337e2 (patch) | |
tree | 22cb7cf0e93c79c77a8a520c6798d5fdff68d600 /misc/brs | |
parent | ce64412c735f18922cdecfaa9368f4511b8f453c (diff) | |
download | FreeBSD-ports-55d467cd33afda52b0f410853fd8b4953ca337e2.zip FreeBSD-ports-55d467cd33afda52b0f410853fd8b4953ca337e2.tar.gz |
Unbreak on 4.x: Set USE_BZIP2
Approved by: maintainer
Diffstat (limited to 'misc/brs')
-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 3c61d4f..e60ac2f 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 |