diff options
author | pav <pav@FreeBSD.org> | 2007-02-13 08:16:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-02-13 08:16:29 +0800 |
commit | e03c6d722481f6f7ccee2da2c2def819dad553a5 (patch) | |
tree | 42c24cd1a7707170111dcbac87514de8975bf4ee /net-im/psi | |
parent | cf9bf9c623b407a743c1d6efdd81a619a5c0e2c9 (diff) | |
download | freebsd-ports-gnome-e03c6d722481f6f7ccee2da2c2def819dad553a5.tar.gz freebsd-ports-gnome-e03c6d722481f6f7ccee2da2c2def819dad553a5.tar.zst freebsd-ports-gnome-e03c6d722481f6f7ccee2da2c2def819dad553a5.zip |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
Diffstat (limited to 'net-im/psi')
-rw-r--r-- | net-im/psi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/psi/Makefile b/net-im/psi/Makefile index 1a5173fdec72..a6b5726c746a 100644 --- a/net-im/psi/Makefile +++ b/net-im/psi/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${X11BASE} \ --with-qca-inc=${X11BASE}/include/plugins/qca \ --with-qca-lib=${X11BASE}/lib \ --disable-growl --disable-dnotify --disable-ghbnr -MAKE_ARGS+= QTDIR=${X11BASE} \ +MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ PORTDOCS= README ChangeLog |