diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-12-18 22:06:50 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-12-18 22:06:50 +0000 |
commit | 62ede14c752834c022a212740ff2e68e0016d2c1 (patch) | |
tree | beb2058e74a1288b8c4fcb53c1257a42f692389c /security/xca | |
parent | ddf28d222b85ea1aa57e731d5db25fd5997edbc7 (diff) |
Notes
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index 291fb36e63c1..877bd8f54cb6 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -18,7 +18,7 @@ USES= desktop-file-utils gmake localbase pkgconfig \ shared-mime-info ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openssl=${OPENSSLDIR} \ - --with-qt=${QT_PREFIX} + --with-qt=${PREFIX} MAKE_ARGS= DOCTOOL="${TRUE}" DESTDIRNAME= destdir |