diff options
Diffstat (limited to 'math/qalculate-units/Makefile')
-rw-r--r-- | math/qalculate-units/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile index d13ecfc1e4b..437759579b3 100644 --- a/math/qalculate-units/Makefile +++ b/math/qalculate-units/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2012/06/14 07:45:38 sbd Exp $ +# $NetBSD: Makefile,v 1.27 2012/07/01 19:05:20 dholland Exp $ DISTNAME= qalculate-units-0.9.4 -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} @@ -22,4 +22,5 @@ pre-configure: .include "../../math/qalculate/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |