diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rubygem-puppet-strings/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/rubygem-puppet-strings/Makefile b/textproc/rubygem-puppet-strings/Makefile index 2d97dccc8d80..b4d67a0eff7b 100644 --- a/textproc/rubygem-puppet-strings/Makefile +++ b/textproc/rubygem-puppet-strings/Makefile @@ -18,15 +18,15 @@ USES= gem NO_ARCH= yes OPTIONS_SINGLE= PUPPET -OPTIONS_SINGLE_PUPPET=PUPPET5 PUPPET6 PUPPET7 +OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 PUPPET8 OPTIONS_DEFAULT=PUPPET7 -PUPPET5_DESC= Depend on sysutils/puppet5 PUPPET6_DESC= Depend on sysutils/puppet6 PUPPET7_DESC= Depend on sysutils/puppet7 +PUPPET8_DESC= Depend on sysutils/puppet8 -PUPPET5_RUN_DEPENDS=puppet:sysutils/puppet5 PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6 PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7 +PUPPET8_RUN_DEPENDS=puppet:sysutils/puppet8 .include <bsd.port.mk> |