diff options
author | wiz <wiz> | 2010-06-14 06:39:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-06-14 06:39:49 +0000 |
commit | a366c3f3605418bf5d7119a400bfe5fa065bded9 (patch) | |
tree | d3d842bc049ca0755d295b1ec8743f70265b177e /emulators/e-uae | |
parent | ffc45f6991f7b32d256f275c1f75993a22dea3f7 (diff) | |
download | pkgsrc-a366c3f3605418bf5d7119a400bfe5fa065bded9.tar.gz |
Pull in desktopdb.mk for desktop file.
Diffstat (limited to 'emulators/e-uae')
-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" |