mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
graphics/xzgv: Add dependency on gdkpixbufextra
Add run-time dependency on graphics/gdkpixbufextra to fix crashes on startup. While here replace PORTVERSION with DISTVERSION. PR: 285740
This commit is contained in:
parent
dedae0ab71
commit
c4568be8ae
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= xzgv
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 0.9.2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif \
|
|||
libfontconfig.so:x11-fonts/fontconfig
|
||||
|
||||
USES= cpe gmake gnome pkgconfig xorg
|
||||
USE_GNOME= cairo gdkpixbuf gtk20
|
||||
USE_GNOME= cairo gdkpixbufextra:run gtk20
|
||||
USE_XORG= x11
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lm
|
||||
|
|
Loading…
Add table
Reference in a new issue