diff options
author | ale <ale@FreeBSD.org> | 2012-06-13 22:22:45 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-06-13 22:22:45 +0800 |
commit | d8b9a5c32d0dd2da29e42390adba90b50173e123 (patch) | |
tree | 4fdf92c4acc38e24e4b6cb9d8f79a3a19f4c65b3 /security | |
parent | 4ac71c9f18caf9493516b275ee52b33b568fa97a (diff) | |
download | freebsd-ports-gnome-d8b9a5c32d0dd2da29e42390adba90b50173e123.tar.gz freebsd-ports-gnome-d8b9a5c32d0dd2da29e42390adba90b50173e123.tar.zst freebsd-ports-gnome-d8b9a5c32d0dd2da29e42390adba90b50173e123.zip |
Use an empty USE_QT4.
Requested by: avilla
Diffstat (limited to 'security')
-rw-r--r-- | security/quantis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/quantis/Makefile b/security/quantis/Makefile index e58c8c95b13a..ee3635d4b17d 100644 --- a/security/quantis/Makefile +++ b/security/quantis/Makefile @@ -31,7 +31,7 @@ LICENSE_FILE= ${WRKSRC}/Quantis-${DISTVERSION}/License.txt USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aqo USE_CMAKE= yes -USE_QT_VER= 4 +USE_QT4= # empty but required USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps |