diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-24 10:12:29 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2009-05-24 10:12:29 +0000 |
commit | 1ff219fd09076e5e12d7e740cb5d17e949832162 (patch) | |
tree | 048ca964e789e60ae3f28643b894cc82f8081991 /security/xca | |
parent | cd075b30213d0cf085ac3e5c9903f3c3f4d94036 (diff) |
Notes
Diffstat (limited to 'security/xca')
-rw-r--r-- | security/xca/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/xca/Makefile b/security/xca/Makefile index e2edb0122275..2ca6d066aa9c 100644 --- a/security/xca/Makefile +++ b/security/xca/Makefile @@ -7,6 +7,7 @@ PORTNAME= xca PORTVERSION= 0.6.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF @@ -16,7 +17,7 @@ COMMENT= Graphical certification authority USE_GMAKE= yes USE_OPENSSL= yes USE_QT_VER= 4 -QT_COMPONENTS= gui moc uic qmake rcc linguist +QT_COMPONENTS= gui moc_build uic_build qmake_build rcc_build linguist_build CC?= gcc CXX?= g++ |