Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/matchbox-panel-manager/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/matchbox-panel-manager/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.23 diff -u -p -r1.8 -r1.23 --- pkgsrc/x11/matchbox-panel-manager/Makefile 2008/07/14 12:56:19 1.8 +++ pkgsrc/x11/matchbox-panel-manager/Makefile 2012/09/15 10:07:10 1.23 @@ -1,22 +1,23 @@ -# $NetBSD: Makefile,v 1.8 2008/07/14 12:56:19 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2012/09/15 10:07:10 obache Exp $ # DISTNAME= matchbox-panel-manager-0.1 -PKGREVISION= 3 +PKGREVISION= 15 CATEGORIES= x11 -MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-panel-manager/0.1/ +MASTER_SITES= http://matchbox-project.org/sources/matchbox-panel-manager/0.1/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://projects.o-hand.com/matchbox/ +HOMEPAGE= http://matchbox-project.org/ COMMENT= Manager panel for the Matchbox desktop PKG_DESTDIR_SUPPORT= user-destdir -USE_DIRS+= gnome2-1.5 USE_TOOLS+= pkg-config GNU_CONFIGURE= yes +LDFLAGS+= -lX11 # direct link required for ld v2.22 .include "../../devel/libmatchbox/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/bsd.pkg.mk"