diff options
author | miwi <miwi@FreeBSD.org> | 2007-09-28 05:42:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-09-28 05:42:02 +0800 |
commit | 47f004a95ea10bfb984ca2cb99708baf3e51ca9e (patch) | |
tree | 2bece871de1f8cd95ac0920c93c786b099d61154 /sysutils/puppet | |
parent | a5d941ae16244cb37d51e5d9ddc56abc7285460d (diff) | |
download | freebsd-ports-gnome-47f004a95ea10bfb984ca2cb99708baf3e51ca9e.tar.gz freebsd-ports-gnome-47f004a95ea10bfb984ca2cb99708baf3e51ca9e.tar.zst freebsd-ports-gnome-47f004a95ea10bfb984ca2cb99708baf3e51ca9e.zip |
- add CONFLICTS with puppet-devel
PR: 116650
Submitted by: Tomoyuki Sakurai <cherry@trombik.org> (maintainer)
Diffstat (limited to 'sysutils/puppet')
-rw-r--r-- | sysutils/puppet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/puppet/Makefile b/sysutils/puppet/Makefile index 40640d2fd66d..224e68b1b2ce 100644 --- a/sysutils/puppet/Makefile +++ b/sysutils/puppet/Makefile @@ -17,6 +17,7 @@ COMMENT= A configuration management framework written in Ruby BUILD_DEPENDS= ${RUBY_SITELIBDIR}/facter.rb:${PORTSDIR}/sysutils/facter RUN_DEPENDS= ${BUILD_DEPENDS} +CONFLICTS= puppet-devel-[0-9]* NO_BUILD= yes USE_RUBY= yes USE_RC_SUBR= puppetmasterd puppetd |