diff options
-rw-r--r-- | editors/abiword/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 2950f1673fe..4835bb9f363 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2008/04/14 11:36:11 wiz Exp $ +# $NetBSD: Makefile,v 1.117 2008/11/20 21:47:16 drochner Exp $ PKG_DESTDIR_SUPPORT= user-destdir @@ -59,5 +59,5 @@ post-install: .endif .include "../../textproc/enchant/buildlink3.mk" - +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |