aboutsummaryrefslogtreecommitdiff
path: root/sysutils/am-utils
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2017-12-14 01:34:40 +0000
committerCy Schubert <cy@FreeBSD.org>2017-12-14 01:34:40 +0000
commit9631fb17d9e4d057e4cfa2274cd17d1dfb63ed6d (patch)
tree30f22cc9dec4ac9ebfa401f40d7ea97981f39ff7 /sysutils/am-utils
parent65259ed0ca4af66e98173fa08a021d39344a496a (diff)
downloadports-9631fb17d9e4d057e4cfa2274cd17d1dfb63ed6d.tar.gz
ports-9631fb17d9e4d057e4cfa2274cd17d1dfb63ed6d.zip
Notes
Diffstat (limited to 'sysutils/am-utils')
-rw-r--r--sysutils/am-utils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/am-utils/Makefile b/sysutils/am-utils/Makefile
index fc62c28876ad..94c978083c10 100644
--- a/sysutils/am-utils/Makefile
+++ b/sysutils/am-utils/Makefile
@@ -3,6 +3,7 @@
PORTNAME= am-utils
PORTVERSION= 6.2
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= sysutils net
MASTER_SITES= ftp://ftp.am-utils.org/pub/am-utils/ \
@@ -25,7 +26,8 @@ MAKE_JOBS_UNSAFE=yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
# Enable some filesystems which are not auto-detected with GENERIC kernel.
-CONFIGURE_ARGS+= ac_cv_fs_nullfs=yes ac_cv_mnttab_type_nullfs='"nullfs"' ac_cv_mount_type_nullfs='"nullfs"' \
+CONFIGURE_ARGS+= ac_cv_fs_mfs=yes ac_cv_mnttab_type_nullfs='"mfs"' ac_cv_mount_type_nullfs='"mfs"' \
+ ac_cv_fs_nullfs=yes ac_cv_mnttab_type_nullfs='"nullfs"' ac_cv_mount_type_nullfs='"nullfs"' \
ac_cv_fs_udf=yes ac_cv_mnttab_type_udf='"udf"' ac_cv_mount_type_udf='"udf"' \
ac_cv_fs_tmpfs=yes ac_cv_mnttab_type_tmpfs='"tmpfs"' ac_cv_mount_type_tmpfs='"tmpfs"'
MAKE_ENV= MAKEINFOFLAGS=--no-split