New commits:
commit 187aba92cffd7df162b2531abdded6a520db89f1
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>
chat-im/gaim:
DETAILS: Updated to 2.0beta6
BUILD: track_rootifying paths, removed make_single
DEPENDS: libxml2 now is required, made gtk+2 optional, added ncurses
as optional_depends
diff --git a/chat-im/gaim/BUILD b/chat-im/gaim/BUILD
index b142722..b3a3c2c 100755
--- a/chat-im/gaim/BUILD
+++ b/chat-im/gaim/BUILD
@@ -1,6 +1,5 @@
### had to cook up some pkg-config files for nss and nspr
-CFLAGS="$CFLAGS -I/usr/X11R6/include"
-export PKG_CONFIG_PATH='/usr/include/nss:/usr/include/nspr' &&
-make_single &&
+CFLAGS="$CFLAGS -I${TRACK_ROOT}/usr/X11R6/include"
+export
PKG_CONFIG_PATH="${TRACK_ROOT}/usr/include/nss:${TRACK_ROOT}/usr/include/nspr"
&&
default_build &&
cd $SOURCE_DIRECTORY
diff --git a/chat-im/gaim/DEPENDS b/chat-im/gaim/DEPENDS
index 601dedc..ebb2b4e 100755
--- a/chat-im/gaim/DEPENDS
+++ b/chat-im/gaim/DEPENDS
@@ -1,4 +1,4 @@
-depends gtk+2 &&
+depends libxml2 &&
if [ "$GAIM_CVS" == "y" ]
then
@@ -6,11 +6,21 @@ then
depends intltool
fi &&