diff options
author | markd <markd@pkgsrc.org> | 2007-01-26 04:03:19 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-01-26 04:03:19 +0000 |
commit | 1c38046a13c3c92d5ced432e0400548513e498cb (patch) | |
tree | 1f4d8603105c05776cb2504f6cf58f36125ae557 /editors/kdissert/Makefile | |
parent | 557bb06214d89ec5b0c53cad70b03fba5ba9dc5c (diff) | |
download | pkgsrc-1c38046a13c3c92d5ced432e0400548513e498cb.tar.gz |
Update icons location of KDE apps. Bump PKGREVISION
Diffstat (limited to 'editors/kdissert/Makefile')
-rw-r--r-- | editors/kdissert/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index 968459f05b5..56b9df4bfe9 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2007/01/17 23:47:19 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/26 04:03:19 markd Exp $ # DISTNAME= kdissert-1.0.5 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= editors MASTER_SITES= http://freehackers.org/~tnagy/kdissert/ EXTRACT_SUFX= .tar.bz2 @@ -26,6 +26,7 @@ do-install: ${_PKG_SILENT}${_PKG_DEBUG}${_ULIMIT_CMD} \ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/scons install +.include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" .include "../../x11/qt3-tools/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |