diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 19:59:41 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-23 19:59:41 +0000 |
commit | 21e95e6c4fa26c7c5eb995b06e7bb517cba8ec58 (patch) | |
tree | 906db5f6c4aa406fb07a7262aa357fbe8dff4eab /net/ntp4 | |
parent | ba0e9ae410e71d25e773b64019dd2c71391608c7 (diff) | |
download | pkgsrc-21e95e6c4fa26c7c5eb995b06e7bb517cba8ec58.tar.gz |
* Enable pkgviews installation.
* Conflicts with openntpd.
Bump PKGREVISION.
Diffstat (limited to 'net/ntp4')
-rw-r--r-- | net/ntp4/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile index 082d4aaf7a4..fde36d12fec 100644 --- a/net/ntp4/Makefile +++ b/net/ntp4/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2004/06/10 20:03:11 jschauma Exp $ +# $NetBSD: Makefile,v 1.36 2004/07/23 19:59:41 xtraeme Exp $ # DISTNAME= ntp-4.2.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ @@ -11,6 +11,10 @@ MAINTAINER= fredb@NetBSD.org HOMEPAGE= http://www.ntp.org/ COMMENT= Network Time Protocol Version 4 +PKG_INSTALLATION_TYPES= overwrite pkgviews + +CONFLICTS+= openntpd-[0-9]* + GNU_CONFIGURE= YES USE_PERL5= build USE_BUILDLINK3= YES |