diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /net-im/psi | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index ece0e3276cd2..d75265a74341 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -17,7 +17,7 @@ COMMENT?= A Qt-based Jabber client BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake LIB_DEPENDS= qca.1:${PORTSDIR}/devel/qca -RUN_DEPENDS= ${X11BASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls +RUN_DEPENDS= ${LOCALBASE}/lib/plugins/crypto/libqca-tls.so:${PORTSDIR}/security/qca-tls HAS_CONFIGURE= yes USE_BZIP2= yes @@ -27,9 +27,9 @@ CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ \ PTHREAD_CFLAGS=${PTHREAD_CFLAGS} \ PTHREAD_LDFLAGS=${PTHREAD_LIBS} \ KDEDIR=${LOCALBASE} -CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} \ - --with-qca-inc=${X11BASE}/include/plugins/qca \ - --with-qca-lib=${X11BASE}/lib \ +CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ + --with-qca-inc=${LOCALBASE}/include/plugins/qca \ + --with-qca-lib=${LOCALBASE}/lib \ --disable-growl --disable-dnotify --disable-ghbnr MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ |