diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-04-02 09:49:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-04-02 09:49:00 +0000 |
commit | 3839f4a1abafb59d29ba7bd0bcfa98cc27aa75ab (patch) | |
tree | d6db48a7ba6c984b8943fb7ed84a2e2cd5d079c4 /games/enigma | |
parent | 7c873b84e97995d979e90d5615e23e8ab63e73f7 (diff) | |
download | pkgsrc-3839f4a1abafb59d29ba7bd0bcfa98cc27aa75ab.tar.gz |
Depend on hicolor-icon-theme to:
1) Handle the shared share/icons/hicolor directory.
2) Properly regenerate the icon theme cache during (de)installation.
Bump PKGREVISION.
Diffstat (limited to 'games/enigma')
-rw-r--r-- | games/enigma/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/enigma/Makefile b/games/enigma/Makefile index 10fc3c11ac3..fa3e3de920c 100644 --- a/games/enigma/Makefile +++ b/games/enigma/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2006/02/05 23:09:14 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/02 09:49:01 jmmv Exp $ DISTNAME= enigma-0.92 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= games MASTER_SITES= http://savannah.nongnu.org/download/enigma/ @@ -26,4 +26,5 @@ SUBST_SED.enigma= -e s!/usr/local/!${PREFIX}/! .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL_ttf/buildlink3.mk" .include "../../graphics/SDL_image/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |