diff options
author | jhale <jhale@FreeBSD.org> | 2018-09-12 00:02:43 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-09-12 00:02:43 +0800 |
commit | 628ee5f3a5e819db893b0ad0de71b51225a4e702 (patch) | |
tree | 60c71dccd2adee5ad3fde494c46f6d67eec54324 /finance | |
parent | 2723724b1a798e648a2f8bdaa3a4583983112424 (diff) | |
download | freebsd-ports-gnome-628ee5f3a5e819db893b0ad0de71b51225a4e702.tar.gz freebsd-ports-gnome-628ee5f3a5e819db893b0ad0de71b51225a4e702.tar.zst freebsd-ports-gnome-628ee5f3a5e819db893b0ad0de71b51225a4e702.zip |
Remove extraneous USES=qt introduced in r473503
Diffstat (limited to 'finance')
-rw-r--r-- | finance/alkimia/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index 7e672eaf4857..34182617688c 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -54,7 +54,6 @@ MPIR_DESC= MPIR (multiple precision arithmetic) support MPIR_LIB_DEPENDS= libmpir.so:math/mpir .if ${SLAVE} == qt4 -TEST_USES= qt:4 qt:5 TEST_USE= QT=qtestlib .else TEST_USE= QT=testlib |