diff options
author | mezz <mezz@FreeBSD.org> | 2013-03-23 03:00:36 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2013-03-23 03:00:36 +0800 |
commit | 7a221b1efe7ed2830bced8ab4a419fb6a980b84e (patch) | |
tree | 3c619bf9108e51d0859a6f1fbdceb40287202785 /graphics | |
parent | 09d5ba7e7ad437657862f4aef3702ea116b5ce1a (diff) | |
download | freebsd-ports-gnome-7a221b1efe7ed2830bced8ab4a419fb6a980b84e.tar.gz freebsd-ports-gnome-7a221b1efe7ed2830bced8ab4a419fb6a980b84e.tar.zst freebsd-ports-gnome-7a221b1efe7ed2830bced8ab4a419fb6a980b84e.zip |
Remove two directories from the plist and use gnomehier instead. Bump it again
Reported by: kwm
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 | ||||
-rw-r--r-- | graphics/gdk-pixbuf2/pkg-plist | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 2eef0b6aea18..e78db8d63854 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -4,7 +4,7 @@ PORTNAME= gdk-pixbuf PORTVERSION= 2.26.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -21,7 +21,7 @@ USE_GETTEXT= yes USE_GMAKE= yes USE_XORG= xt xi x11 USE_AUTOTOOLS= libtool -USE_GNOME+= gnomehack glib20 ltverhack +USE_GNOME+= gnomehack gnomehier glib20 ltverhack USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/graphics/gdk-pixbuf2/pkg-plist b/graphics/gdk-pixbuf2/pkg-plist index 2ecdaa7bb031..f746a52fad9a 100644 --- a/graphics/gdk-pixbuf2/pkg-plist +++ b/graphics/gdk-pixbuf2/pkg-plist @@ -251,5 +251,3 @@ share/gir-1.0/GdkPixbuf-2.0.gir @dirrm include/gdk-pixbuf-2.0/gdk-pixbuf-xlib @dirrm include/gdk-pixbuf-2.0/gdk-pixbuf @dirrm include/gdk-pixbuf-2.0 -@dirrmtry lib/girepository-1.0 -@dirrmtry share/gir-1.0 |