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/mypasswordsafe | |
parent | a73fee04224762fa5a2e7897fc4093fa963b527d (diff) | |
download | ports-5ca9a6aed07a4279fce6cf50ec0b17a0c704d358.tar.gz ports-5ca9a6aed07a4279fce6cf50ec0b17a0c704d358.zip |
Notes
Diffstat (limited to 'security/mypasswordsafe')
-rw-r--r-- | security/mypasswordsafe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mypasswordsafe/Makefile b/security/mypasswordsafe/Makefile index 4549b99dc4bb..938d9ec0df79 100644 --- a/security/mypasswordsafe/Makefile +++ b/security/mypasswordsafe/Makefile @@ -20,7 +20,7 @@ BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_GMAKE= yes USE_KDELIBS_VER=3 WRKSRC= ${WRKDIR}/${DISTNAME:S/.src//} -MAKE_ENV= QTDIR="${X11BASE}" \ +MAKE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" post-patch: |