diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ntp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index e58c2dcf1bef..0030dc214165 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -22,7 +22,8 @@ USES= cpe pathfix shebangfix libedit libtool localbase:ldflags \ USES+= autoreconf # until trustedbsd-mac changes accepted upstream GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-leap-smear --enable-trustedbsd-mac +CONFIGURE_ARGS= --enable-leap-smear --enable-trustedbsd-mac \ + --with-locfile=freebsd TEST_TARGET= check |