diff options
-rw-r--r-- | devel/error/Makefile | 3 | ||||
-rw-r--r-- | mail/mailwrapper/Makefile | 3 | ||||
-rw-r--r-- | net/libradius/Makefile | 4 | ||||
-rw-r--r-- | net/mtftpd/Makefile | 3 | ||||
-rw-r--r-- | net/netgroup/Makefile | 4 |
5 files changed, 12 insertions, 5 deletions
diff --git a/devel/error/Makefile b/devel/error/Makefile index 308073c6bb4..fdfd0b71cc9 100644 --- a/devel/error/Makefile +++ b/devel/error/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/03/11 11:22:22 zafer Exp $ +# $NetBSD: Makefile,v 1.9 2012/03/02 16:25:39 hans Exp $ # DISTNAME= error-0.0 @@ -10,6 +10,7 @@ COMMENT= Insert compiler errors in source files as comments PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/cat1 ${PKGMANDIR}/man1 diff --git a/mail/mailwrapper/Makefile b/mail/mailwrapper/Makefile index 55bdfa23014..a0c9d936b3c 100644 --- a/mail/mailwrapper/Makefile +++ b/mail/mailwrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/12/18 17:28:16 joerg Exp $ +# $NetBSD: Makefile,v 1.27 2012/03/02 16:30:32 hans Exp $ DISTNAME= mailwrapper-19990412 PKGREVISION= 4 @@ -10,6 +10,7 @@ COMMENT= Wrapper to support arbitrary Mail Transport Agents PKG_DESTDIR_SUPPORT= user-destdir +USE_FEATURES+= cdefs USE_BSD_MAKEFILE= yes WRKSRC= ${WRKDIR}/mailwrapper 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 |