diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-02-13 00:16:29 +0000 |
commit | 5ca9a6aed07a4279fce6cf50ec0b17a0c704d358 (patch) | |
tree | 98af802b3322b4a54225135638e2882425155007 /security/qca-tls | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat
Notes
Notes:
svn path=/head/; revision=185058
Diffstat (limited to 'security/qca-tls')
-rw-r--r-- | security/qca-tls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/qca-tls/Makefile b/security/qca-tls/Makefile index 884d57c2ecff..eb5d17d41733 100644 --- a/security/qca-tls/Makefile +++ b/security/qca-tls/Makefile @@ -26,7 +26,7 @@ QT_NONSTANDARD= yes CONFIGURE_ENV= QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ CONFIGURE_ARGS= --qtdir=${X11BASE} \ --with-openssl-inc=${OPENSSLINC} --with-openssl-lib=${OPENSSLLIB} -MAKE_ARGS+= QTDIR=${X11BASE} \ +MAKE_ARGS+= QTDIR=${QT_PREFIX} \ QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++ PLIST_DIRS= lib/plugins/crypto |