diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-28 09:58:40 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-03-28 09:58:40 +0000 |
commit | 589172adb9d0dd053cf18e6dcfe277788ba7ac9e (patch) | |
tree | 41e5b317b29556c32badabd856b3fd0c16c0f64f /textproc/kdoc | |
parent | 1eb0bca80ec52c5b52d5051a95f00532651915e4 (diff) | |
download | ports-589172adb9d0dd053cf18e6dcfe277788ba7ac9e.tar.gz ports-589172adb9d0dd053cf18e6dcfe277788ba7ac9e.zip |
Notes
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 abea9b5e1458..aa72e178e62a 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 |