pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/psi Provide the correct psiwidgets path to uic. ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e88afbad4e25
branches:  trunk
changeset: 510047:e88afbad4e25
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 23 02:24:58 2006 +0000

description:
Provide the correct psiwidgets path to uic.  This makes the package build
again.

diffstat:

 chat/psi/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f76d30fc69cf -r e88afbad4e25 chat/psi/Makefile
--- a/chat/psi/Makefile Thu Mar 23 00:59:05 2006 +0000
+++ b/chat/psi/Makefile Thu Mar 23 02:24:58 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2006/03/21 07:48:03 minskim Exp $
+# $NetBSD: Makefile,v 1.39 2006/03/23 02:24:58 minskim Exp $
 
 PSI_VERSION=   0.10
 DISTNAME=      psi-${PSI_VERSION}
@@ -55,6 +55,8 @@
        ${MV} ${WRKSRC}/Makefile.new ${WRKSRC}/Makefile
        ${ECHO} 'target.path=${QTDIR}/lib' \
                >> ${WRKSRC}/libpsi/psiwidgets/psiwidgets.pro
+       ${ECHO} 'QMAKE_UIC=$(QTDIR)/bin/uic -L ../libpsi/psiwidgets/.libs' \
+               >> ${WRKSRC}/src/src.pro
        cd ${WRKSRC}/libpsi/psiwidgets && ( ${SETENV} ${CONFIGURE_ENV}  \
                ${QTDIR}/bin/qmake psiwidgets.pro -o Makefile; \
        )



Home | Main Index | Thread Index | Old Index