summaryrefslogtreecommitdiff
path: root/net/oinkmaster/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'net/oinkmaster/options.mk')
-rw-r--r--net/oinkmaster/options.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/oinkmaster/options.mk b/net/oinkmaster/options.mk
index d64ac6031dd..3971287daac 100644
--- a/net/oinkmaster/options.mk
+++ b/net/oinkmaster/options.mk
@@ -1,15 +1,16 @@
-# $NetBSD: options.mk,v 1.1 2008/12/08 13:05:22 adrianp Exp $
+# $NetBSD: options.mk,v 1.2 2011/09/17 11:12:26 shattered Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.oinkmaster
-PKG_SUPPORTED_OPTIONS= oinkmaster-perl-tools
+PKG_SUPPORTED_OPTIONS= perl
+PKG_OPTIONS_LEGACY_OPTS+= oinkmaster-perl-tools:perl
.include "../../mk/bsd.options.mk"
###
### Use perl tools for downloading rule files
###
-.if !empty(PKG_OPTIONS:Moinkmaster-perl-tools)
+.if !empty(PKG_OPTIONS:Mperl)
DEPENDS+= p5-Archive-Tar-[0-9]*:../../archivers/p5-Archive-Tar
DEPENDS+= p5-IO-Zlib-[0-9]*:../../devel/p5-IO-Zlib
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww