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/devel/rt3/Attic/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/rt3/Attic/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.32 retrieving revision 1.33 diff -u -p -r1.32 -r1.33 --- pkgsrc/devel/rt3/Attic/Makefile 2008/04/30 10:20:20 1.32 +++ pkgsrc/devel/rt3/Attic/Makefile 2008/07/23 18:00:55 1.33 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2008/04/30 10:20:20 cube Exp $ +# $NetBSD: Makefile,v 1.33 2008/07/23 18:00:55 seb Exp $ DISTNAME= rt-3.6.6 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= devel MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ @@ -95,6 +95,11 @@ DEPENDS+= p5-DBD-SQLite>=1.00:../../data _RT_DB_TYPE= SQLite .endif +# "Development" dependencies: +# XML::Simple is required by the installed script +# PREFIX/sbin/rt-dump-database +DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes NO_BUILD= yes