mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/eog-plugins: Do not require libeog.so
The consumer application has rpath to the location of libeog.so, making sure it will be available for plugins. Reported by: pkg-devel exp-run
This commit is contained in:
parent
cff16d35fa
commit
59d1a99474
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= eog-plugins
|
PORTNAME= eog-plugins
|
||||||
DISTVERSION= 44.1
|
DISTVERSION= 44.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics gnome
|
CATEGORIES= graphics gnome
|
||||||
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
|
||||||
DIST_SUBDIR= gnome
|
DIST_SUBDIR= gnome
|
||||||
|
@ -29,6 +30,7 @@ USE_GNOME= cairo gdkpixbuf gtk30 introspection libxml2
|
||||||
USES= gettext gnome meson pkgconfig tar:xz
|
USES= gettext gnome meson pkgconfig tar:xz
|
||||||
|
|
||||||
GLIB_SCHEMAS= org.gnome.eog.plugins.exif-display.gschema.xml
|
GLIB_SCHEMAS= org.gnome.eog.plugins.exif-display.gschema.xml
|
||||||
|
NO_SHLIB_REQUIRES_GLOB= libeog.so
|
||||||
|
|
||||||
OPTIONS_DEFINE= PYTHON
|
OPTIONS_DEFINE= PYTHON
|
||||||
OPTIONS_DEFAULT=PYTHON
|
OPTIONS_DEFAULT=PYTHON
|
||||||
|
|
Loading…
Add table
Reference in a new issue