diff options
Diffstat (limited to 'sysutils/smartmontools/Makefile')
-rw-r--r-- | sysutils/smartmontools/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile index 2c6c558fccbb..0dedcfff6f7b 100644 --- a/sysutils/smartmontools/Makefile +++ b/sysutils/smartmontools/Makefile @@ -6,12 +6,11 @@ # PORTNAME= smartmontools -PORTVERSION= 5.39 -PORTREVISION= 2 +PORTVERSION= 5.39.1 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= marck@FreeBSD.org +MAINTAINER= samm@os2.kiev.ua COMMENT= S.M.A.R.T. disk monitoring tools CONFLICTS= smartmontools-devel-[0-9]* @@ -20,7 +19,8 @@ USE_GMAKE= yes # hack to prevent gmake failure on 6.xx GMAKE= make GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --enable-sample +CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --enable-sample \ + --disable-dependency-tracking --enable-drivedb SUB_FILES= pkg-message smart USE_RC_SUBR= smartd |