diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aoi/Makefile | 2 | ||||
-rw-r--r-- | graphics/kdiagram/Makefile | 4 | ||||
-rw-r--r-- | graphics/kgraphviewer/Makefile | 4 | ||||
-rw-r--r-- | graphics/libgaiagraphics/Makefile | 2 | ||||
-rw-r--r-- | graphics/libimg/Makefile | 4 | ||||
-rw-r--r-- | graphics/ogre3d19/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencsg/Makefile | 2 | ||||
-rw-r--r-- | graphics/opencv/Makefile | 4 | ||||
-rw-r--r-- | graphics/oyranos/Makefile | 2 | ||||
-rw-r--r-- | graphics/pecl-imagick/Makefile | 2 | ||||
-rw-r--r-- | graphics/php73-exif/Makefile | 2 | ||||
-rw-r--r-- | graphics/php73-gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/php74-exif/Makefile | 2 | ||||
-rw-r--r-- | graphics/php74-gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/php80-exif/Makefile | 2 | ||||
-rw-r--r-- | graphics/php80-gd/Makefile | 2 | ||||
-rw-r--r-- | graphics/pngquant/Makefile | 2 | ||||
-rw-r--r-- | graphics/py-gvgen/Makefile | 2 | ||||
-rw-r--r-- | graphics/qt5-wayland/Makefile | 2 | ||||
-rw-r--r-- | graphics/ristretto/Makefile | 2 |
20 files changed, 24 insertions, 24 deletions
diff --git a/graphics/aoi/Makefile b/graphics/aoi/Makefile index 5a7cadf77738..f824e2f2ca5b 100644 --- a/graphics/aoi/Makefile +++ b/graphics/aoi/Makefile @@ -32,7 +32,7 @@ SUB_FILES= ${PORTNAME} pkg-deinstall pkg-message DESKTOP_ENTRIES="Art of Illusion" "3D modelling and rendering studio" \ "${PORTNAME}" "${PORTNAME}" "Graphics;3DGraphics;" "" -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS DOCS_DISTFILES= manual${PORTVERSION}${EXTRACT_SUFX}:docs DOCS_USES= dos2unix diff --git a/graphics/kdiagram/Makefile b/graphics/kdiagram/Makefile index f924ef7b8a7a..b6d49d3f2dc0 100644 --- a/graphics/kdiagram/Makefile +++ b/graphics/kdiagram/Makefile @@ -1,8 +1,8 @@ PORTNAME= kdiagram DISTVERSION= 2.8.0 CATEGORIES= graphics kde -MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ -DIST_SUBDIR= KDE/${PORTNAME} +MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ +DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Library to create business diagrams diff --git a/graphics/kgraphviewer/Makefile b/graphics/kgraphviewer/Makefile index 70c44ebb0ba2..b9612be7f7a3 100644 --- a/graphics/kgraphviewer/Makefile +++ b/graphics/kgraphviewer/Makefile @@ -2,8 +2,8 @@ PORTNAME= kgraphviewer DISTVERSION= 2.4.3 PORTREVISION= 5 CATEGORIES= graphics kde -MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ -DIST_SUBDIR= KDE/${PORTNAME} +MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/ +DIST_SUBDIR= KDE/${PORTNAME} MAINTAINER= kde@FreeBSD.org COMMENT= Graphs-viewer for GraphViz files diff --git a/graphics/libgaiagraphics/Makefile b/graphics/libgaiagraphics/Makefile index 283de6556578..4cf3d04800e9 100644 --- a/graphics/libgaiagraphics/Makefile +++ b/graphics/libgaiagraphics/Makefile @@ -20,6 +20,6 @@ USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include <bsd.port.mk> diff --git a/graphics/libimg/Makefile b/graphics/libimg/Makefile index e195e584a55b..4aee8692a9a2 100644 --- a/graphics/libimg/Makefile +++ b/graphics/libimg/Makefile @@ -30,8 +30,8 @@ WRKSRC= ${WRKDIR}/Img-${PORTVERSION} DOS2UNIX_GLOB= *.[ch] *.tcl *.msg *.in *.test license.terms # We don't need the bundled libraries: -EXTRACT_AFTER_ARGS= --exclude 'config.*' --exclude Makefile \ - --exclude 'compat' --exclude win +EXTRACT_AFTER_ARGS= --exclude 'config.*' --exclude Makefile --exclude \ + 'compat' --exclude win MAKE_ARGS+= INSTALL_ROOT="${STAGEDIR}" CONFIGURE_ENV= WRKDIR="${WRKDIR}" CONFIGURE_ARGS+=--enable-shared --disable-stubs diff --git a/graphics/ogre3d19/Makefile b/graphics/ogre3d19/Makefile index abb84550201b..c1623aa88b80 100644 --- a/graphics/ogre3d19/Makefile +++ b/graphics/ogre3d19/Makefile @@ -4,7 +4,7 @@ PORTNAME= ogre3d PORTVERSION= 1.9.0 PORTREVISION= 21 CATEGORIES= graphics devel -MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ +MASTER_SITES= https://bitbucket.org/sinbad/ogre/get/ DISTNAME= v1-9-0 PKGNAMESUFFIX= 19 diff --git a/graphics/opencsg/Makefile b/graphics/opencsg/Makefile index 79c892bb7397..cd295ae4f63d 100644 --- a/graphics/opencsg/Makefile +++ b/graphics/opencsg/Makefile @@ -17,6 +17,6 @@ USES= compiler:c++11-lang gl qmake qt:5 USE_GL= gl glesv2 glew USE_QT= opengl qmake_build WRKSRC= ${WRKDIR}/${DISTNAME}/src -PLIST_SUB= PORTVERSION=${PORTVERSION} +PLIST_SUB= PORTVERSION=${PORTVERSION} .include <bsd.port.mk> diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index 7929eeb0aee7..3b2abb2d3cc2 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -3,8 +3,8 @@ DISTVERSION= 4.5.3 PORTREVISION= 4 CATEGORIES= graphics -PATCH_SITES= https://github.com/opencv/opencv/commit/ -PATCHFILES= 998406d20e93aa36b26fd56506f3ea8a82b43c24.patch:-p1 \ +PATCH_SITES= https://github.com/opencv/opencv/commit/ +PATCHFILES= 998406d20e93aa36b26fd56506f3ea8a82b43c24.patch:-p1 MAINTAINER= tcberner@FreeBSD.org COMMENT= Open Source Computer Vision library diff --git a/graphics/oyranos/Makefile b/graphics/oyranos/Makefile index faff5ba4a321..7d9f9616b775 100644 --- a/graphics/oyranos/Makefile +++ b/graphics/oyranos/Makefile @@ -55,7 +55,7 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PLIST_SUB+= VER=${PORTVERSION} .if !exists(/usr/bin/clang) -USE_GCC= yes +USE_GCC= yes .endif post-patch: diff --git a/graphics/pecl-imagick/Makefile b/graphics/pecl-imagick/Makefile index e939dfb218f3..6a5ec4e4783a 100644 --- a/graphics/pecl-imagick/Makefile +++ b/graphics/pecl-imagick/Makefile @@ -20,6 +20,6 @@ OPTIONS_DEFINE= X11 X11_LIB_DEPENDS?= libMagickWand-6.so:graphics/ImageMagick6 X11_LIB_DEPENDS_OFF?= libMagickWand-6.so:graphics/ImageMagick6-nox11 -CONFIGURE_ARGS= --with-imagick=${LOCALBASE} +CONFIGURE_ARGS= --with-imagick=${LOCALBASE} .include <bsd.port.mk> diff --git a/graphics/php73-exif/Makefile b/graphics/php73-exif/Makefile index 723ee3ea07e9..deb81f5501ad 100644 --- a/graphics/php73-exif/Makefile +++ b/graphics/php73-exif/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php73 PKGNAMESUFFIX= -exif -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/graphics/php73-gd/Makefile b/graphics/php73-gd/Makefile index 43ecbcf47b93..4e85cdc8859b 100644 --- a/graphics/php73-gd/Makefile +++ b/graphics/php73-gd/Makefile @@ -4,7 +4,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php73 PKGNAMESUFFIX= -gd -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/graphics/php74-exif/Makefile b/graphics/php74-exif/Makefile index b953316187f9..4e88085cf16f 100644 --- a/graphics/php74-exif/Makefile +++ b/graphics/php74-exif/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php74 PKGNAMESUFFIX= -exif -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/graphics/php74-gd/Makefile b/graphics/php74-gd/Makefile index c9c1be3311c5..613476c6cec0 100644 --- a/graphics/php74-gd/Makefile +++ b/graphics/php74-gd/Makefile @@ -4,7 +4,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php74 PKGNAMESUFFIX= -gd -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/graphics/php80-exif/Makefile b/graphics/php80-exif/Makefile index 2342fb0bd363..0b42d144f27a 100644 --- a/graphics/php80-exif/Makefile +++ b/graphics/php80-exif/Makefile @@ -4,6 +4,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php80 PKGNAMESUFFIX= -exif -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/graphics/php80-gd/Makefile b/graphics/php80-gd/Makefile index 8a2d87356127..d917c3202ab7 100644 --- a/graphics/php80-gd/Makefile +++ b/graphics/php80-gd/Makefile @@ -4,7 +4,7 @@ MASTERDIR= ${.CURDIR}/../../lang/php80 PKGNAMESUFFIX= -gd -TEST_TARGET= test +TEST_TARGET= test .include "${MASTERDIR}/Makefile" diff --git a/graphics/pngquant/Makefile b/graphics/pngquant/Makefile index c4741ce8f333..357f7d66d0c9 100644 --- a/graphics/pngquant/Makefile +++ b/graphics/pngquant/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= OPTIMIZED_FLAGS LCMS2 DEBUG DOCS OPTIONS_DEFINE_i386= SSE OPTIONS_DEFINE_amd64= SSE LCMS2_DESC= Support for ICC profiles via LCMS library -OPTIMIZED_FLAGS_DESC= ${OPTIMIZED_CFLAGS_DESC} +OPTIMIZED_FLAGS_DESC= ${OPTIMIZED_CFLAGS_DESC} OPTIONS_DEFAULT_amd64= SSE DEBUG_CONFIGURE_ON= --enable-debug diff --git a/graphics/py-gvgen/Makefile b/graphics/py-gvgen/Makefile index 37e0d589d2d0..c7b766146b44 100644 --- a/graphics/py-gvgen/Makefile +++ b/graphics/py-gvgen/Makefile @@ -2,7 +2,7 @@ PORTNAME= gvgen PORTVERSION= 1.0 -DISTVERSIONPREFIX= v +DISTVERSIONPREFIX= v CATEGORIES= graphics python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/qt5-wayland/Makefile b/graphics/qt5-wayland/Makefile index b38ea76dd100..15f0f8e57a6b 100644 --- a/graphics/qt5-wayland/Makefile +++ b/graphics/qt5-wayland/Makefile @@ -19,7 +19,7 @@ USE_GL= egl gl USE_GNOME= glib20 USE_QT= core dbus gui declarative \ buildtools_build qmake_build -USE_XORG= x11 xcomposite +USE_XORG= x11 xcomposite QT_BINARIES= yes diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index 09c460dae0c0..7a577a960a65 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -27,6 +27,6 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ENABLE= nls .include <bsd.port.mk> |