diff options
-rw-r--r-- | textproc/kdoc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/kdoc/Makefile b/textproc/kdoc/Makefile index abea9b5..aa72e17 100644 --- a/textproc/kdoc/Makefile +++ b/textproc/kdoc/Makefile @@ -13,12 +13,13 @@ MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src MAINTAINER= demon@FreeBSD.org +USE_BZIP2= yes + .include <bsd.port.pre.mk> .if ${OSVERSION} < 500007 BROKEN= "Requires Perl version 5.6.0" .endif -USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |