mirror of https://git.FreeBSD.org/ports.git
graphics/eog: Fix LIB_DEPENDS
Catch up to devel/libpeas -> devel/libpeas1 change.
PR: 285609 287540
Fixes: f087d1f429
- libpeas: upgrade to 2.0.7 introduce libpeas1 to 1.36.0
This commit is contained in:
parent
2154a73e5b
commit
1307207800
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= eog
|
||||
DISTVERSION= 47.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= GNOME
|
||||
DIST_SUBDIR= gnome
|
||||
|
@ -16,7 +17,7 @@ BUILD_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
|
|||
LIB_DEPENDS= libexif.so:graphics/libexif \
|
||||
libhandy-1.so:x11-toolkits/libhandy \
|
||||
liblcms2.so:graphics/lcms2 \
|
||||
libpeas-gtk-1.0.so:devel/libpeas
|
||||
libpeas-gtk-1.0.so:devel/libpeas1
|
||||
RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
|
|
Loading…
Reference in New Issue