diff options
author | wiz <wiz> | 2010-12-08 09:55:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-12-08 09:55:41 +0000 |
commit | 6941e3f766bee5aaf1b3d9ebb6892ed4e44220d1 (patch) | |
tree | 10deefa9892d6cd9186f4e0a27469c47cb57965d /editors/leafpad | |
parent | 1c26d0126489fe4739739eab5acf0c5042dad444 (diff) | |
download | pkgsrc-6941e3f766bee5aaf1b3d9ebb6892ed4e44220d1.tar.gz |
Add hicolor-icon-theme, bump PKGREVISION, for PR 44201.
While here, set LICENSE.
Diffstat (limited to 'editors/leafpad')
-rw-r--r-- | editors/leafpad/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index b37c17704e5..9e1edb450cb 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.22 2010/11/15 22:56:52 abs Exp $ +# $NetBSD: Makefile,v 1.23 2010/12/08 09:55:41 wiz Exp $ DISTNAME= leafpad-0.8.17 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= editors gnome MASTER_SITES= http://savannah.nongnu.org/download/leafpad/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://tarot.freeshell.org/leafpad/ COMMENT= Simple and light text editor using GTK+ +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir @@ -17,6 +18,7 @@ USE_PKGLOCALEDIR= YES .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |