diff options
Diffstat (limited to 'sysutils/lsof/Makefile')
-rw-r--r-- | sysutils/lsof/Makefile | 5 |
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" |