diff options
author | obache <obache> | 2014-01-13 12:44:12 +0000 |
---|---|---|
committer | obache <obache> | 2014-01-13 12:44:12 +0000 |
commit | 2b440592dbece079a5893c60c3a6f79a909851de (patch) | |
tree | 06dbef92b263f855d8a3a2fe69062f5c865187c8 /graphics | |
parent | 60ae53d4f2cc82e80474b5b6e0a85d3b63bd4087 (diff) | |
download | pkgsrc-2b440592dbece079a5893c60c3a6f79a909851de.tar.gz |
No reason to be runtime dependency on gettext-lib.
Diffstat (limited to 'graphics')
-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" |