diff options
author | obache <obache> | 2013-08-22 08:35:29 +0000 |
---|---|---|
committer | obache <obache> | 2013-08-22 08:35:29 +0000 |
commit | d27c58667e54ebd1279555c544ce080a52d28864 (patch) | |
tree | b519e4f89823e39361a5fa560399d3c38419c00e /comms | |
parent | 8d1dd6a09e973be2a90ca5449df4d049de9095c6 (diff) | |
download | pkgsrc-d27c58667e54ebd1279555c544ce080a52d28864.tar.gz |
using hicolor-icon-theme.
Bump PKGREVISION.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/deforaos-phone/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile index 1d47cc03041..235dd72456d 100644 --- a/comms/deforaos-phone/Makefile +++ b/comms/deforaos-phone/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2013/06/15 12:56:27 khorben Exp $ +# $NetBSD: Makefile,v 1.9 2013/08/22 08:35:29 obache Exp $ # DISTNAME= Phone-0.3.12 PKGNAME= deforaos-phone-0.3.12 +PKGREVISION= 1 CATEGORIES= comms net MASTER_SITES= http://www.defora.org/os/download/download/4296/ @@ -38,5 +39,6 @@ post-install: .include "../../audio/pulseaudio/buildlink3.mk" .include "../../chat/libpurple/buildlink3.mk" .include "../../devel/sofia-sip/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/deforaos-locker/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |