diff options
author | hans <hans@pkgsrc.org> | 2012-03-02 16:25:39 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-03-02 16:25:39 +0000 |
commit | 6336cc7b2d11c34cc93b4db4bf15028d85715b67 (patch) | |
tree | 0858a51e203b55a0a2936d355726db0dcec19996 /net | |
parent | c4438429b8888a84718cb2eecf1368cddedc646a (diff) | |
download | pkgsrc-6336cc7b2d11c34cc93b4db4bf15028d85715b67.tar.gz |
Uses cdefs.
Diffstat (limited to 'net')
-rw-r--r-- | net/libradius/Makefile | 4 | ||||
-rw-r--r-- | net/mtftpd/Makefile | 3 | ||||
-rw-r--r-- | net/netgroup/Makefile | 4 |
3 files changed, 8 insertions, 3 deletions
diff --git a/net/libradius/Makefile b/net/libradius/Makefile index 39e58017d9a..ee570ee46f5 100644 --- a/net/libradius/Makefile +++ b/net/libradius/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2009/03/22 04:53:40 manu Exp $ +# $NetBSD: Makefile,v 1.14 2012/03/02 16:28:07 hans Exp $ DISTNAME= libradius-linux-20040827 PKGNAME= ${DISTNAME:S/-linux//} @@ -11,6 +11,8 @@ COMMENT= RADIUS client library PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs + CONFLICTS+= inn-[0-9]* WRKSRC= ${WRKDIR}/libradius-linux diff --git a/net/mtftpd/Makefile b/net/mtftpd/Makefile index 155d77ca225..6d928101dbb 100644 --- a/net/mtftpd/Makefile +++ b/net/mtftpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2010/02/11 22:10:59 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2012/03/02 16:32:47 hans Exp $ DISTNAME= mtftpd-20080229 CATEGORIES= net @@ -11,6 +11,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/mtftpd +USE_FEATURES+= cdefs USE_BSD_MAKEFILE= yes .include "../../mk/bsd.prefs.mk" diff --git a/net/netgroup/Makefile b/net/netgroup/Makefile index 8096b817173..9253ad97743 100644 --- a/net/netgroup/Makefile +++ b/net/netgroup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/02/11 22:17:29 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/02 16:34:16 hans Exp $ # DISTNAME= netgroup-0.0 @@ -10,6 +10,8 @@ COMMENT= Netgroup membership listing and testing functions PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs + NOT_FOR_PLATFORM= Interix-*-* # no netgroups INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 |