diff options
author | Ian Leitch <port001@gentoo.org> | 2005-02-12 02:51:43 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2005-02-12 02:51:43 +0000 |
commit | b1957e594a09a334b32e775bc210bf03a4a4acd4 (patch) | |
tree | 1d35749b08cb435841d58dedec01ba3d7956a0bb /www-misc | |
parent | Ebuilds now set MAKE_FLAGS instead of the eclass handling individual package ... (diff) | |
download | gentoo-2-b1957e594a09a334b32e775bc210bf03a4a4acd4.tar.gz gentoo-2-b1957e594a09a334b32e775bc210bf03a4a4acd4.tar.bz2 gentoo-2-b1957e594a09a334b32e775bc210bf03a4a4acd4.zip |
Updated to work with new aolserver.eclass changes
(Portage version: 2.0.51-r15)
Diffstat (limited to 'www-misc')
-rw-r--r-- | www-misc/nsxml/nsxml-1.5.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www-misc/nsxml/nsxml-1.5.ebuild b/www-misc/nsxml/nsxml-1.5.ebuild index 78afab7c3be7..dca9da95c010 100644 --- a/www-misc/nsxml/nsxml-1.5.ebuild +++ b/www-misc/nsxml/nsxml-1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/nsxml/nsxml-1.5.ebuild,v 1.1 2005/01/05 14:46:16 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/nsxml/nsxml-1.5.ebuild,v 1.2 2005/02/12 02:51:43 port001 Exp $ inherit aolserver @@ -14,3 +14,12 @@ KEYWORDS="~x86" DEPEND="dev-libs/libxml2 xslt? ( dev-libs/libxslt )" + +pkg_setup() { + + if use xslt; then + MAKE_FLAGS="LIBXML2='/usr/' LIBXSLT='/usr/'" + else + MAKE_FLAGS="LIBXML2='/usr/'" + fi +} |