diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-05-28 20:49:09 +0800 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-05-28 20:49:09 +0800 |
commit | b2d56ea4ae001063d2546bd1a772c053008bdd97 (patch) | |
tree | f5f7c732f9e3a16c708b060ae0a7cc4691cb9c40 /graphics/gimp-app | |
parent | b1d5160c9641f056d01abb8284519fc1ed1feae2 (diff) | |
download | freebsd-ports-gnome-b2d56ea4ae001063d2546bd1a772c053008bdd97.tar.gz freebsd-ports-gnome-b2d56ea4ae001063d2546bd1a772c053008bdd97.tar.zst freebsd-ports-gnome-b2d56ea4ae001063d2546bd1a772c053008bdd97.zip |
graphics/gimp-app: use canonical name for AALIB option
PR: 255819
Submitted by: amdmi3@
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 10 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index a6a17b0b72d6..f9ac1781ea49 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -83,9 +83,9 @@ PLIST_SUB+= LIBVER=0.1000.${PORTVERSION:E} USES+= desktop-file-utils -OPTIONS_DEFINE?= AA GHOSTSCRIPT \ +OPTIONS_DEFINE?= AALIB GHOSTSCRIPT \ LIBHEIF LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF -OPTIONS_DEFAULT= AA LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF +OPTIONS_DEFAULT= AALIB LIBMNG OPENEXR OPENJPEG SIMD WEBP WMF OPTIONS_SUB= yes .endif @@ -102,9 +102,9 @@ LIB_DEPENDS+= libgimp-2.0.so:graphics/gimp-app DEBUG_CONFIGURE_ON= --enable-debug -AA_DESC= Ascii-art Plug-in -AA_LIB_DEPENDS= libaa.so:graphics/aalib -AA_CONFIGURE_WITH= aa +AALIB_DESC= Ascii-art Plug-in +AALIB_LIB_DEPENDS= libaa.so:graphics/aalib +AALIB_CONFIGURE_WITH= aa LIBHEIF_DESC= ISO/IEC 23008-12:2017 HEIF file format support LIBHEIF_LIB_DEPENDS= libheif.so:graphics/libheif diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 3c4440ffd45b..d6a2d8e5a5bb 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -309,7 +309,7 @@ libexec/gimp/2.2/plug-ins/despeckle/despeckle libexec/gimp/2.2/plug-ins/destripe/destripe libexec/gimp/2.2/plug-ins/edge-dog/edge-dog libexec/gimp/2.2/plug-ins/emboss/emboss -%%AA%%libexec/gimp/2.2/plug-ins/file-aa/file-aa +%%AALIB%%libexec/gimp/2.2/plug-ins/file-aa/file-aa libexec/gimp/2.2/plug-ins/file-bmp/file-bmp libexec/gimp/2.2/plug-ins/file-cel/file-cel libexec/gimp/2.2/plug-ins/file-compressor/file-compressor |