diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-14 06:39:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-14 06:39:49 +0000 |
commit | 121015e713696ec967ca8ee553b99a636527ac88 (patch) | |
tree | d3d842bc049ca0755d295b1ec8743f70265b177e | |
parent | afc5e3b926376c5ca993a60c9c5e901907656491 (diff) | |
download | pkgsrc-121015e713696ec967ca8ee553b99a636527ac88.tar.gz |
Pull in desktopdb.mk for desktop file.
-rw-r--r-- | emulators/e-uae/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile index e951bd68cdf..100927bae4e 100644 --- a/emulators/e-uae/Makefile +++ b/emulators/e-uae/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/08/26 19:58:44 sno Exp $ +# $NetBSD: Makefile,v 1.11 2010/06/14 06:39:49 wiz Exp $ DISTNAME= e-uae-0.8.28 PKGREVISION= 4 @@ -30,5 +30,6 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/e-uae.desktop ${DESTDIR}${PREFIX}/share/applications .include "../../devel/zlib/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |