diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-06-13 14:22:45 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-06-13 14:22:45 +0000 |
commit | a136b9f1f6e83057de3b7cb6fb8d192c28a56787 (patch) | |
tree | 3710793059fd4a3c6e2058c8433f61cd13333aad | |
parent | Restore USE_QT_VER to fix build. (diff) |
Use an empty USE_QT4.
Requested by: avilla
Notes
Notes:
svn path=/head/; revision=299195
-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 |