diff options
author | demon <demon@FreeBSD.org> | 2001-03-28 17:58:40 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2001-03-28 17:58:40 +0800 |
commit | 8f1ae141acf0d59c8072a6a1498523c1ee35a0f8 (patch) | |
tree | 0bbaf01d03d126c8a5a15900af5f2c66ea1ffb5a /textproc/kdoc | |
parent | d0ef964cf3703a02d3c11e7550d64f6d41bea2fe (diff) | |
download | freebsd-ports-graphics-8f1ae141acf0d59c8072a6a1498523c1ee35a0f8.tar.gz freebsd-ports-graphics-8f1ae141acf0d59c8072a6a1498523c1ee35a0f8.tar.zst freebsd-ports-graphics-8f1ae141acf0d59c8072a6a1498523c1ee35a0f8.zip |
Place USE_BZIP2 before .include <bsd.port.pre.mk>
Diffstat (limited to 'textproc/kdoc')
-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 abea9b5e145..aa72e178e62 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 |