Sun Jan 29 20:57:55 2012 UTC ()
editors/notecase: Fix indirect linking error on DragonFly


(marino)
diff -r1.21 -r1.22 pkgsrc/editors/notecase/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/editors/notecase/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/editors/notecase/Attic/Makefile 2012/01/24 09:11:02 1.21
+++ pkgsrc/editors/notecase/Attic/Makefile 2012/01/29 20:57:55 1.22
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.21 2012/01/24 09:11:02 sbd Exp $ 1# $NetBSD: Makefile,v 1.22 2012/01/29 20:57:55 marino Exp $
2# 2#
3 3
4DISTNAME= notecase-1.8.8_src 4DISTNAME= notecase-1.8.8_src
5PKGNAME= notecase-1.8.8 5PKGNAME= notecase-1.8.8
6PKGREVISION= 9 6PKGREVISION= 9
7CATEGORIES= editors 7CATEGORIES= editors
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=notecase/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://notecase.sourceforge.net/ 11HOMEPAGE= http://notecase.sourceforge.net/
12COMMENT= Hierarchical note manager 12COMMENT= Hierarchical note manager
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16WRKSRC= ${WRKDIR}/notecase-1.8.8 16WRKSRC= ${WRKDIR}/notecase-1.8.8
17USE_LANGUAGES= c c++ 17USE_LANGUAGES= c c++
18USE_TOOLS+= gmake msgfmt pkg-config gsed 18USE_TOOLS+= gmake msgfmt pkg-config gsed
19 19
 20LDFLAGS.DragonFly= -lX11
 21
20INSTALLATION_DIRS= share/doc/notecase share/locale/fr_CA/LC_MESSAGES \ 22INSTALLATION_DIRS= share/doc/notecase share/locale/fr_CA/LC_MESSAGES \
21 share/locale/no/LC_MESSAGES 23 share/locale/no/LC_MESSAGES
22 24
23.include "../../x11/gtk2/buildlink3.mk" 25.include "../../x11/gtk2/buildlink3.mk"
24.include "../../sysutils/gnome-vfs/buildlink3.mk" 26.include "../../sysutils/gnome-vfs/buildlink3.mk"
25.include "../../sysutils/desktop-file-utils/desktopdb.mk" 27.include "../../sysutils/desktop-file-utils/desktopdb.mk"
26.include "../../databases/shared-mime-info/mimedb.mk" 28.include "../../databases/shared-mime-info/mimedb.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"