aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2015-06-18 14:27:23 +0800
committerjkim <jkim@FreeBSD.org>2015-06-18 14:27:23 +0800
commite454eb5eb8b7b1645977edc1bfd0631da8defade (patch)
treebf9ab52e9a19efcaadb9e9881fb511920647ebe1 /sysutils
parent6a959f68d63d9f8e35731b1285e0ca8e047003fd (diff)
downloadfreebsd-ports-gnome-e454eb5eb8b7b1645977edc1bfd0631da8defade.tar.gz
freebsd-ports-gnome-e454eb5eb8b7b1645977edc1bfd0631da8defade.tar.zst
freebsd-ports-gnome-e454eb5eb8b7b1645977edc1bfd0631da8defade.zip
Explicitly disable QT for now. When devel/qt4-rcc is installed, configure
script automatically enables QT support but it does not build properly. Approved by: portmgr ("just fix it" blanket)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/testdisk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index bd1fe7b377ab..aa5a2768abbd 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -15,7 +15,7 @@ USES= tar:bzip2
GNU_CONFIGURE= yes
CPPFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
-CONFIGURE_ARGS= --without-ewf
+CONFIGURE_ARGS= --disable-qt --without-ewf
PLIST_FILES= bin/fidentify bin/photorec bin/testdisk \
man/man8/fidentify.8.gz man/man8/photorec.8.gz \