summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortnn <tnn>2009-04-21 13:08:37 +0000
committertnn <tnn>2009-04-21 13:08:37 +0000
commit5aadf68ba1aab908d3b5e0e3eac427f5fe706058 (patch)
tree9d9eba953930f9e222793c639fc2320d366f7c72 /www
parent447009ca3366ddc014abad8fee83a3ada162a38a (diff)
downloadpkgsrc-5aadf68ba1aab908d3b5e0e3eac427f5fe706058.tar.gz
include desktopdb.mk
Diffstat (limited to 'www')
-rw-r--r--www/firefox3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox3/Makefile b/www/firefox3/Makefile
index d0fe4b79b59..0acfd2cfaa8 100644
--- a/www/firefox3/Makefile
+++ b/www/firefox3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2009/04/20 12:13:03 hasso Exp $
+# $NetBSD: Makefile,v 1.28 2009/04/21 13:08:37 tnn Exp $
MOZILLA= firefox3 # allow coexisting with firefox2
PKGREVISION= 1
@@ -115,5 +115,5 @@ CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
CONFIGURE_ARGS+= --enable-system-sqlite
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.5.9
.include "../../databases/sqlite3/buildlink3.mk"
-
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"