aboutsummaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-03-28 09:58:40 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-03-28 09:58:40 +0000
commit589172adb9d0dd053cf18e6dcfe277788ba7ac9e (patch)
tree41e5b317b29556c32badabd856b3fd0c16c0f64f /textproc
parent1eb0bca80ec52c5b52d5051a95f00532651915e4 (diff)
downloadports-589172adb9d0dd053cf18e6dcfe277788ba7ac9e.tar.gz
ports-589172adb9d0dd053cf18e6dcfe277788ba7ac9e.zip
Place USE_BZIP2 before .include <bsd.port.pre.mk>
Notes
Notes: svn path=/head/; revision=40470
Diffstat (limited to 'textproc')
-rw-r--r--textproc/kdoc/Makefile3
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