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 | e6fac450ad3b416e8dbf805117931794f67a0826 (patch) | |
tree | 0858a51e203b55a0a2936d355726db0dcec19996 /net/libradius | |
parent | df1110c4c87a8db9874387baa342bdd5a26ad1e2 (diff) | |
download | pkgsrc-e6fac450ad3b416e8dbf805117931794f67a0826.tar.gz |
Uses cdefs.
Diffstat (limited to 'net/libradius')
-rw-r--r-- | net/libradius/Makefile | 4 |
1 files changed, 3 insertions, 1 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 |