diff options
author | makc <makc@FreeBSD.org> | 2009-05-24 18:12:29 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-24 18:12:29 +0800 |
commit | 58eaece7e977e0404950776ffb23a8da9bbfc4e6 (patch) | |
tree | 6b733c08d53702662607c339ddcc7fe78be3b989 /security/xca | |
parent | 40a12437891e8465852cced6385f944a8b395904 (diff) | |
download | freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.tar.gz freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.tar.zst freebsd-ports-gnome-58eaece7e977e0404950776ffb23a8da9bbfc4e6.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer timeout (2 weeks)
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++ |