diff options
Diffstat (limited to 'devel/kdebindings4/files/Makefile.kdebindings')
-rw-r--r-- | devel/kdebindings4/files/Makefile.kdebindings | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/kdebindings4/files/Makefile.kdebindings b/devel/kdebindings4/files/Makefile.kdebindings index 6228cce89b99..861317362b1c 100644 --- a/devel/kdebindings4/files/Makefile.kdebindings +++ b/devel/kdebindings4/files/Makefile.kdebindings @@ -24,10 +24,11 @@ BUILD_WRKSRC?= ${WRKSRC}/${BINDLANG}/${BINDMODULE} INSTALL_WRKSRC?=${BUILD_WRKSRC} # Available languages -_BINDLANG_ALL= csharp java php python ruby smoke +_BINDLANG_ALL= csharp java perl php python ruby smoke # csharp_COMMENT= C\# bindings for Qt/KDE: ${BINDMODULE} module # java_COMMENT= Java bindings for Qt/KDE: ${BINDMODULE} module +# perl_COMMENT= Perl bindings for Qt/KDE: ${BINDMODULE} module # php_COMMENT= PHP bindings for Qt/KDE: ${BINDMODULE} module python_COMMENT= Python bindings for Qt/KDE: ${BINDMODULE} module ruby_COMMENT= Ruby bindings for Qt/KDE: ${BINDMODULE} module |