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/xvidtune/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xvidtune/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- pkgsrc/x11/xvidtune/Makefile 2010/09/10 20:21:23 1.3 +++ pkgsrc/x11/xvidtune/Makefile 2011/09/29 08:21:38 1.4 @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2010/09/10 20:21:23 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2011/09/29 08:21:38 dholland Exp $ # DISTNAME= xvidtune-1.0.2 +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 @@ -17,7 +18,11 @@ GNU_CONFIGURE= yes USE_TOOLS+= pkg-config CONFIGURE_ENV+= APP_MAN_SUFFIX=1 +MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults -.include "../../x11/libXaw/buildlink3.mk" .include "../../x11/libXxf86vm/buildlink3.mk" +.include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk"