wok diff xalan-c/receipt @ rev 11980

remove extensions from desktop files
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 02 15:07:47 2012 -0800 (2012-03-02)
parents 0e59484220c7
children 4f158dc150af
line diff
     1.1 --- a/xalan-c/receipt	Tue May 24 13:48:58 2011 +0000
     1.2 +++ b/xalan-c/receipt	Fri Mar 02 15:07:47 2012 -0800
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="An XSLT processor for transforming XML documents into HTML, text, or other XML document types."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="glibc-base gcc-lib-base xerces-c libcurl libcrypto icu"
     1.8  TARBALL="Xalan-C_r705082-src.tar.gz"
     1.9  WEB_SITE="http://xalan.apache.org/"
    1.10  # Need to use the patched r705082 version on Gentoo's mirrors
    1.11  # Normal WGET_URL would be "http://www.apache.org/dist/xml/$PACKAGE/source/$TARBALL"
    1.12  WGET_URL="http://www.gtlib.gatech.edu/pub/gentoo/distfiles/$TARBALL"
    1.13  
    1.14 +DEPENDS="glibc-base gcc-lib-base xerces-c libcurl libcrypto icu"
    1.15 +BUILD_DEPENDS="xerces-c-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {