diff options
author | obache <obache@pkgsrc.org> | 2014-01-13 12:44:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-13 12:44:12 +0000 |
commit | 9458f832d75d1a9c001a2482d39dd8fda95bf3d9 (patch) | |
tree | 06dbef92b263f855d8a3a2fe69062f5c865187c8 /graphics/gnome-icon-theme | |
parent | 725c1441eb606fbda62282ade0f016136216079d (diff) | |
download | pkgsrc-9458f832d75d1a9c001a2482d39dd8fda95bf3d9.tar.gz |
No reason to be runtime dependency on gettext-lib.
Diffstat (limited to 'graphics/gnome-icon-theme')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index bd87a0bffb8..ae6b203d9a2 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.94 2014/01/13 12:37:51 obache Exp $ +# $NetBSD: Makefile,v 1.95 2014/01/13 12:44:12 obache Exp $ DISTNAME= gnome-icon-theme-3.10.0 CATEGORIES= graphics gnome @@ -46,6 +46,7 @@ post-install: ${LIBRSVGDIR}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 48 -h 48 -o ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/places/start-here.png ${LIBRSVGDIR}/bin/rsvg-convert ${FILESDIR}/distributor-logo.svg -w 256 -h 256 -o ${DESTDIR}${PREFIX}/share/icons/gnome/256x256/places/start-here.png +BUILDLINK_DEPMETHOD.gettext-lib= build .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/icon-naming-utils/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |