diff options
author | kwm <kwm@FreeBSD.org> | 2015-08-29 23:59:40 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-08-29 23:59:40 +0800 |
commit | 2265fd430a21de9dc20f9ee694afbd613ad5819b (patch) | |
tree | adec99c159f393ebe35c165a5d4267190a773142 /x11-themes | |
parent | 12caedc7311dfb37ba3805bb1d52d706a4b00865 (diff) | |
download | freebsd-ports-gnome-2265fd430a21de9dc20f9ee694afbd613ad5819b.tar.gz freebsd-ports-gnome-2265fd430a21de9dc20f9ee694afbd613ad5819b.tar.zst freebsd-ports-gnome-2265fd430a21de9dc20f9ee694afbd613ad5819b.zip |
Update librsvg2 to 2.40.10.
Replace gtk20 dependancy with gdk-pixbuf2 and pango, and drop the
gtk-engines2 run dependacy.
Update ports to take the dependacy changes into account.
PR: 202378
Exp-run by: antoine@
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes-standard/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes-standard/Makefile b/x11-themes/gnome-themes-standard/Makefile index ad7296b1f57f..c02c0f7560f7 100644 --- a/x11-themes/gnome-themes-standard/Makefile +++ b/x11-themes/gnome-themes-standard/Makefile @@ -3,6 +3,7 @@ PORTNAME= gnome-themes-standard PORTVERSION= 3.16.2 +PORTREVISION= 1 CATEGORIES= x11-themes gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -14,7 +15,7 @@ CONFLICTS= gnome-themes-2.[0-9]* PORTSCOUT= limitw:1,even USES= gettext-tools gmake libtool pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intlhack librsvg2 +USE_GNOME= gtk20 gtk30 intlhack librsvg2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |