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