diff options
author | kwm <kwm@FreeBSD.org> | 2018-10-09 03:35:47 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2018-10-09 03:35:47 +0800 |
commit | 7fdf4e2b6126ae31b26bf117bd63ac9fc2e09c0f (patch) | |
tree | 4192e3b77890e1d2f6445bd7d0b75ce8553626ec /graphics | |
parent | ca7957e260d4eb2e828cdd7f0814600b583c823a (diff) | |
download | freebsd-ports-gnome-7fdf4e2b6126ae31b26bf117bd63ac9fc2e09c0f.tar.gz freebsd-ports-gnome-7fdf4e2b6126ae31b26bf117bd63ac9fc2e09c0f.tar.zst freebsd-ports-gnome-7fdf4e2b6126ae31b26bf117bd63ac9fc2e09c0f.zip |
Add missing bits from the patch.
PR: 232054
Submitted by: tobik@
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 1514ece6d74f..5577e6d6436b 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -3,6 +3,7 @@ PORTNAME= gegl PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= GIMP @@ -39,8 +40,7 @@ EXAMPLES= 2geglbuffer \ SHEBANG_FILES= tools/xml_insert.sh -# Fix conflicts with graphics/gegl and sysutils/coreutils -EXAMPLESDIR= ${PREFIX}/share/examples/gegl${PKGNAMESUFFIX} +# Fix conflicts with sysutils/coreutils UNIQUE_SUFFIX= -${GEGL_VER} UNIQUE_SUFFIX_FILES= bin/gcut |