Lines 28-37
Link Here
|
28 |
X11_CONFIGURE_ON= --with-x=yes |
28 |
X11_CONFIGURE_ON= --with-x=yes |
29 |
X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv |
29 |
X11_CONFIGURE_OFF= --with-x=no --without-xshm --without-xv |
30 |
|
30 |
|
31 |
IMAGEMAGICK_LIB_DEPENDS= libMagick++-6.so:graphics/ImageMagick |
31 |
IMAGEMAGICK_LIB_DEPENDS= libMagick++-*.so:graphics/ImageMagick |
32 |
IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick=yes |
32 |
IMAGEMAGICK_CONFIGURE_ON= --with-imagemagick=yes |
33 |
IMAGEMAGICK_CONFIGURE_OFF= --with-imagemagick=no |
33 |
IMAGEMAGICK_CONFIGURE_OFF= --with-imagemagick=no |
34 |
|
34 |
|
|
|
35 |
# To avoid patching configure even more: |
36 |
CONFIGURE_ENV+= ac_cv_header_wand_MagickWand_h=yes |
37 |
|
35 |
V4L_BUILD_DEPENDS= v4l_compat>=1.0.20101027:multimedia/v4l_compat |
38 |
V4L_BUILD_DEPENDS= v4l_compat>=1.0.20101027:multimedia/v4l_compat |
36 |
V4L_CONFIGURE_ON= --enable-video=yes |
39 |
V4L_CONFIGURE_ON= --enable-video=yes |
37 |
V4L_CONFIGURE_OFF= --enable-video=no |
40 |
V4L_CONFIGURE_OFF= --enable-video=no |