diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /databases/rrdtool12 | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Notes
Diffstat (limited to 'databases/rrdtool12')
-rw-r--r-- | databases/rrdtool12/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/rrdtool12/Makefile b/databases/rrdtool12/Makefile index f03878efb2b7..9174d434054c 100644 --- a/databases/rrdtool12/Makefile +++ b/databases/rrdtool12/Makefile @@ -21,15 +21,14 @@ CONFLICTS= rrdtool-1.0* rrdtool-1.3* USE_AUTOTOOLS= libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -WANT_PERL= yes +USES= gmake CONFIGURE_ARGS= --disable-tcl OPTIONS_DEFINE= PYTHON RUBY PERL DOCS EXAMPLES OPTIONS_DEFAULT= PERL -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes @@ -54,7 +53,7 @@ PLIST_SUB+= WITH_RUBY="@comment " .endif .if ${PORT_OPTIONS:MPERL} -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS+= --enable-perl --enable-perl-site-install PLIST_SUB+= WITH_PERL="" .else @@ -97,4 +96,4 @@ post-install: @${ECHO_MSG} "############################################################################" .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |