diff options
author | tnn <tnn@pkgsrc.org> | 2009-04-21 13:08:37 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2009-04-21 13:08:37 +0000 |
commit | b3bb5f699dd815434c65bef52f2f690ff6d9b350 (patch) | |
tree | 9d9eba953930f9e222793c639fc2320d366f7c72 /www | |
parent | 4a8f99ed3f17484c6ea8446cac95568381fba896 (diff) | |
download | pkgsrc-b3bb5f699dd815434c65bef52f2f690ff6d9b350.tar.gz |
include desktopdb.mk
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox3/Makefile | 4 |
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" |