diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-04 02:48:03 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-07-04 02:48:03 +0000 |
commit | ceefe009f7d89689c7daa39e7e6cb36e7f08259c (patch) | |
tree | a4950cf7403a3c950203e0bf7b6c58d217622967 /net/coda6_server | |
parent | f3342f93f39f606b04fbb1f8fafeccc9be407440 (diff) |
Notes
Diffstat (limited to 'net/coda6_server')
-rw-r--r-- | net/coda6_server/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/coda6_server/Makefile b/net/coda6_server/Makefile index 61e4079bf2be..6b9285315950 100644 --- a/net/coda6_server/Makefile +++ b/net/coda6_server/Makefile @@ -6,6 +6,7 @@ PORTNAME= coda PORTVERSION= 6.9.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ \ ftp://ftp.planetmirror.com/pub/coda/src/ \ @@ -20,6 +21,8 @@ LIB_DEPENDS= lwp.2:${PORTSDIR}/devel/lwp \ rpc2.9:${PORTSDIR}/devel/rpc2 \ rvmlwp.3:${PORTSDIR}/devel/rvm +CONFLICTS= openafs-[0-9]* + USE_GMAKE= yes GNU_CONFIGURE= yes |