diff options
Diffstat (limited to 'net/ntp4/Makefile')
-rw-r--r-- | net/ntp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 6d7ba278229..d945bb4bc7d 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2003/11/12 03:39:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.29 2003/11/20 12:09:09 fredb Exp $ # DISTNAME= ntp-4.2.0 @@ -15,7 +15,7 @@ GNU_CONFIGURE= YES USE_PERL5= build #USE_BUILDLINK2=YES ***FIXME: Causes lots of "missing prototype" warnings.*** -CONFIGURE_ENV+= PATH_PERL="${PERL5}" +CONFIGURE_ENV+= PATH_PERL="${PERL5}" ac_cv_header_sys_soundcard_h=no DOCDIR= ${PREFIX}/share/doc/html EXAMPLESDIR= ${PREFIX}/share/examples |