diff options
author | mva <mva@FreeBSD.org> | 2012-06-25 00:06:04 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2012-06-25 00:06:04 +0800 |
commit | f59ff0ec973e0734370692c3dc96e33dd44753b4 (patch) | |
tree | 65ff4d206d02ac5cc654c1de06e538ab3fe1e6ac /Mk | |
parent | 4ede3f705c36d91f96343f96cf83138ca96326e5 (diff) | |
download | freebsd-ports-gnome-f59ff0ec973e0734370692c3dc96e33dd44753b4.tar.gz freebsd-ports-gnome-f59ff0ec973e0734370692c3dc96e33dd44753b4.tar.zst freebsd-ports-gnome-f59ff0ec973e0734370692c3dc96e33dd44753b4.zip |
- Update graphics/blender to version 2.63a
- Convert graphics/blender to new options framework
- Added new OPTION descriptions for OPENAL, OPENEXR, OPENJPEG and OPENMP
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.options.desc.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk index 8b89301f029d..90bdeda78467 100644 --- a/Mk/bsd.options.desc.mk +++ b/Mk/bsd.options.desc.mk @@ -153,7 +153,11 @@ NLS_DESC?= Native Language Support via gettext NOTIFY_DESC?= Enable startup notification support ODBC_DESC?= Enable ODBC backend ODF_DESC?= Enable ODF support +OPENAL_DESC?= Enable OpenAL support +OPENEXR_DESC?= Enable HDR support via OpenEXR OPENGL_DESC?= Enable OpenGL support +OPENJPEG_DESC?= Enhanced JPEG graphics support +OPENMP_DESC?= Enable parallel processing support OPENSSL_DESC?= Enable SSL support via OpenSSL OPTIMIZED_CFLAGS_DESC?= Enable compilation optimizations ORACLE_DESC?= Enable Oracle support |