diff options
author | darcy <darcy@pkgsrc.org> | 2003-02-27 20:36:28 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2003-02-27 20:36:28 +0000 |
commit | 492da3497291eaa053afdcf78f0c448c4530bc0a (patch) | |
tree | 07fa3dce88185e01f0e0b420f16f786e6fd4053d /net | |
parent | 6e7ea11f4d362c20d2f87c669ed4e83c611bb011 (diff) | |
download | pkgsrc-492da3497291eaa053afdcf78f0c448c4530bc0a.tar.gz |
Now that Freeradius is in the tree this one has a conflict.
Diffstat (limited to 'net')
-rw-r--r-- | net/radiusd-cistron/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index a88f4921f4d..bc4b2b529e0 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/05 06:27:48 david Exp $ +# $NetBSD: Makefile,v 1.6 2003/02/27 20:36:28 darcy Exp $ DISTNAME= radiusd-cistron-1.6.6 CATEGORIES= net @@ -11,6 +11,8 @@ COMMENT= RADIUS-compliant remote authentication and accouting server MAKEFILE= Makefile.BSD +CONFLICTS+= freeradius* + do-build: cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} ${MAKE} -f ${MAKEFILE} |