diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-30 20:43:49 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-05-30 20:43:49 +0800 |
commit | 58217085bb6928ff03fd604fbbc7b754bbf13e63 (patch) | |
tree | 82e34442ea797ccc3157396486b2c5f5fb5e3912 /Mk | |
parent | fb84567d8281c4f9cbf7bbc77f930adca7a3b688 (diff) | |
download | freebsd-ports-gnome-58217085bb6928ff03fd604fbbc7b754bbf13e63.tar.gz freebsd-ports-gnome-58217085bb6928ff03fd604fbbc7b754bbf13e63.tar.zst freebsd-ports-gnome-58217085bb6928ff03fd604fbbc7b754bbf13e63.zip |
Add PERL and WXGTK
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 74f7500a6c43..f2aa05a9a879 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -68,6 +68,7 @@ NLS_DESC?= Build and install the localisation data OSS_DESC?= Enable Open Sound System support OPENGL_DESC?= Enable OpenGL support PCRE_DESC?= Enable regular expressions using libpcre +PERL_DESC?= Enable Perl scripting language support PGSQL_DESC?= Enable PostgreSQL backend PNG_DESC?= Enable PNG support PORTAUDIO_DESC?= Enable PortAudio support @@ -100,6 +101,7 @@ UCS4_DESC?= Enable Unicode UCS-4 support VORBIS_DESC?= Enable support for Ogg Vorbis VPX_DESC?= Enable VP8 video codec WAV_DESC?= Support WAV audio format +WXGTK_DESC?= Enable WxGTK gui toolkit X11_DESC?= Enable support for X11 X264_DESC?= Enable H264 video codec using x264 XSPF_DESC?= Enable support for XSPF |