diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-20 20:13:33 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-12-20 20:13:33 +0000 |
commit | e18a8d523c4af692cda7f3dffc30c990f9de3e32 (patch) | |
tree | 568f2f9be8d9a17a612baf3a15720e33a8ccbbe4 | |
parent | a6bb07cbab465187d484539ebe09a683220d236e (diff) |
Notes
-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 083894b12604..bbea34103f53 100644 --- a/security/mypasswordsafe/Makefile +++ b/security/mypasswordsafe/Makefile @@ -18,7 +18,7 @@ COMMENT= Easy-to-use password manager compatible with Password Safe BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake USE_GMAKE= yes -USE_KDELIBS_VER=3 +USE_QT_VER= 3 MAKE_ENV= QTDIR="${QT_PREFIX}" \ QMAKESPEC="${LOCALBASE}/share/qt/mkspecs/freebsd-g++" |