diff options
author | fredb <fredb@pkgsrc.org> | 2001-07-12 17:38:18 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-07-12 17:38:18 +0000 |
commit | fce9b8bae5259e097afa26a89fddb9c8dce1437b (patch) | |
tree | ad5e1075847025dbd09b2e5d37626776f780254b /net/ntp4 | |
parent | 9a872eacf7f33c82bff03d70a7e1258d00e8e393 (diff) | |
download | pkgsrc-fce9b8bae5259e097afa26a89fddb9c8dce1437b.tar.gz |
Don't try to build against -lreadline on NetBSD-1.4.x, either.
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 48b8775ba0f..9954f2b1313 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/07/12 16:24:58 fredb Exp $ +# $NetBSD: Makefile,v 1.18 2001/07/12 17:38:18 fredb Exp $ # DISTNAME= ntp-4.0.99m-rc3 @@ -14,6 +14,7 @@ COMMENT= Network Time Protocol Version 4 GNU_CONFIGURE= YES CONFIGURE_ENV+= PATH_PERL="${PERL5}" +CONFIGURE_ENV+= ac_cv_lib_readline_readline=no DOCDIR= ${PREFIX}/share/doc EXAMPLESDIR= ${PREFIX}/share/examples |