diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-05-22 19:39:00 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-05-22 19:39:00 +0000 |
commit | 3a9834a7cab2e0dab6e270a89e9e9db17a7e897c (patch) | |
tree | 9490e6039d3c9d0a246de308d7384e2b56b8ed20 /net/freeswitch | |
parent | 64f394e605f6327c3ed1420acda0747539864e81 (diff) |
Notes
Diffstat (limited to 'net/freeswitch')
-rw-r--r-- | net/freeswitch/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile index 05bb32547131..ae1949f31a64 100644 --- a/net/freeswitch/Makefile +++ b/net/freeswitch/Makefile @@ -16,6 +16,8 @@ EXTRACT_ONLY= # none MAINTAINER= r.neese@gmail.com COMMENT= FreeSwitch meta-port to pull in all the components +CONFLICTS= freeswitch-devel-[0-9]* + RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core NO_WRKSUBDIR= yes |