summaryrefslogtreecommitdiff
path: root/x11/tile
diff options
context:
space:
mode:
authordholland <dholland>2012-07-01 19:05:10 +0000
committerdholland <dholland>2012-07-01 19:05:10 +0000
commit7d3da82056babea6f9b74ab1c138cdaca7955bcd (patch)
treeaf6bac08ba19623995a5a336cd7ea2eaf1e37c23 /x11/tile
parent7a8d249fafc411925e5ac5444802f5aab7d16837 (diff)
downloadpkgsrc-7d3da82056babea6f9b74ab1c138cdaca7955bcd.tar.gz
Add desktopdb.mk and bump PKGREVISION for 118 packages as reported by
pkglint. If any of these are wrong for some reason, please revert/adjust.
Diffstat (limited to 'x11/tile')
-rw-r--r--x11/tile/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/tile/Makefile b/x11/tile/Makefile
index 64880502c77..a5f7e232099 100644
--- a/x11/tile/Makefile
+++ b/x11/tile/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2009/07/22 09:01:54 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2012/07/01 19:05:29 dholland Exp $
#
DISTNAME= tile_0.7.3
PKGNAME= tile-0.7.3
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11
# cvs only has 0.7.1 and mentions "cvs server loss"...
MASTER_SITES= http://www.unixdev.net/downloads/tile/0.7.3/
@@ -21,4 +21,5 @@ INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"