diff options
author | ale <ale@FreeBSD.org> | 2012-06-13 22:06:25 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-06-13 22:06:25 +0800 |
commit | 4ac71c9f18caf9493516b275ee52b33b568fa97a (patch) | |
tree | 981a77a33fdf869499ca33e30037598462fa00f3 /security | |
parent | 499bd953bb498887dc0fefb6fa08f682d6b7ac17 (diff) | |
download | freebsd-ports-gnome-4ac71c9f18caf9493516b275ee52b33b568fa97a.tar.gz freebsd-ports-gnome-4ac71c9f18caf9493516b275ee52b33b568fa97a.tar.zst freebsd-ports-gnome-4ac71c9f18caf9493516b275ee52b33b568fa97a.zip |
Restore USE_QT_VER to fix build.
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 ff1ad10f0053..e58c8c95b13a 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_QT4= yes +USE_QT_VER= 4 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps |