diff options
author | drochner <drochner@pkgsrc.org> | 2009-12-22 15:42:20 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-12-22 15:42:20 +0000 |
commit | d9c85a4eec87333a65eef0137156f615bdcc3b47 (patch) | |
tree | b0eea260ea45fdf92a5df66d055b00b111e84677 /graphics/cinepaint/Makefile | |
parent | 3a9fbe3398ddecc398b9b09e39a1176ea42c5a73 (diff) | |
download | pkgsrc-d9c85a4eec87333a65eef0137156f615bdcc3b47.tar.gz |
fix to build again: some sub-build tries to be clever and generate
BSD-makefile syntax on *BSD, but since the pkg is built with gmake this
fails (the pkg appearently didn't change for a while, some infrastructure
change must have triggered this)
Diffstat (limited to 'graphics/cinepaint/Makefile')
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 133d28a6a51..4fd459509c7 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2009/08/26 19:57:37 sno Exp $ +# $NetBSD: Makefile,v 1.25 2009/12/22 15:42:20 drochner Exp $ DISTNAME= cinepaint-0.22-1 PKGNAME= cinepaint-0.22.1 @@ -32,4 +32,5 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace .include "../../x11/libXpm/buildlink3.mk" .include "../../x11/libXmu/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk" |