pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/licq-gui-qt look in X11BASE not X11PREFIX for lib...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5e29177076f
branches:  trunk
changeset: 472022:a5e29177076f
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Fri Apr 02 14:50:59 2004 +0000

description:
look in X11BASE not X11PREFIX for libXss.so.  from xtraeme@

diffstat:

 chat/licq-gui-qt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a6151be5ce28 -r a5e29177076f chat/licq-gui-qt/Makefile
--- a/chat/licq-gui-qt/Makefile Fri Apr 02 13:41:47 2004 +0000
+++ b/chat/licq-gui-qt/Makefile Fri Apr 02 14:50:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/08/05 13:35:56 drochner Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/02 14:50:59 mrg Exp $
 #
 
 DISTNAME=      licq-1.2.6
@@ -16,7 +16,7 @@
 DEPENDS+=      licq-core-[0-9]*:../licq-core
 
 .include "../../mk/bsd.prefs.mk"
-.if ! exists(${X11PREFIX}/lib/libXss.so)
+.if ! exists(${X11BASE}/lib/libXss.so)
 NOT_FOR_PLATFORM= NetBSD-*-*
 .endif
 



Home | Main Index | Thread Index | Old Index