diff options
author | obache <obache@pkgsrc.org> | 2013-08-22 08:35:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-08-22 08:35:29 +0000 |
commit | 1732e825c7ce45b3fc9132b8af879e9c4564e897 (patch) | |
tree | b519e4f89823e39361a5fa560399d3c38419c00e /sysutils | |
parent | aed718f3aa7ecee4402b4b3ebaa81006036fb980 (diff) | |
download | pkgsrc-1732e825c7ce45b3fc9132b8af879e9c4564e897.tar.gz |
using hicolor-icon-theme.
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/deforaos-browser/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/deforaos-browser/Makefile b/sysutils/deforaos-browser/Makefile index 9f6b886dff9..59b24e1f663 100644 --- a/sysutils/deforaos-browser/Makefile +++ b/sysutils/deforaos-browser/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2013/06/15 12:33:38 khorben Exp $ +# $NetBSD: Makefile,v 1.10 2013/08/22 08:40:30 obache Exp $ # DISTNAME= Browser-0.4.12 PKGNAME= deforaos-browser-0.4.12 +PKGREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.defora.org/os/download/download/4294/ @@ -41,6 +42,7 @@ post-install: .include "options.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/deforaos-libdesktop/buildlink3.mk" .include "../../x11/libXrandr/buildlink3.mk" .include "../../databases/shared-mime-info/buildlink3.mk" |