aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2012-05-22 14:01:59 +0800
committerlinimon <linimon@FreeBSD.org>2012-05-22 14:01:59 +0800
commitf169218caf6ffe58ccee618359074acba9210281 (patch)
tree9249064de044750f3fdf9bd8f05655337a9b2259 /sysutils
parent4970c270d2cb2e46934e62a18c8d685f78fbc376 (diff)
downloadfreebsd-ports-gnome-f169218caf6ffe58ccee618359074acba9210281.tar.gz
freebsd-ports-gnome-f169218caf6ffe58ccee618359074acba9210281.tar.zst
freebsd-ports-gnome-f169218caf6ffe58ccee618359074acba9210281.zip
Attempt to fix fetch. USE_BZIP2 must be declared before including
bsd.port.pre.mk. Pointy hat to: linimon
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/lsof/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile
index 6446cc698bc2..df87cb7c670b 100644
--- a/sysutils/lsof/Makefile
+++ b/sysutils/lsof/Makefile
@@ -39,10 +39,11 @@ SRCBALL_NAME= ${DISTNAME:S/_W$//}_src
WRKSRC= ${WRKDIR}/${DISTNAME}/${SRCBALL_NAME}
.endif
-.include <bsd.port.pre.mk>
-
USE_BZIP2= yes
HAS_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -n freebsd
CONFIGURE_ENV= LSOF_CC="${CC}" FREEBSD_SYS="${SRC_BASE}/sys"