diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-08-05 21:45:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-08-05 21:45:04 +0000 |
commit | e231b42d6a44648134cfd6e9d1b11b2f4727b608 (patch) | |
tree | 8da111cae8f3b78a32709d4445d9034b614dccdb /misc | |
parent | Add new port wmfuzzy: A clock dockapp that uses text and fuzzy approximation (diff) |
Build with qt30 by default
PR: ports/41298
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=64071
Diffstat (limited to 'misc')
-rw-r--r-- | misc/qbrew/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/qbrew/Makefile b/misc/qbrew/Makefile index 96e225c9ae58..ae3afc929360 100644 --- a/misc/qbrew/Makefile +++ b/misc/qbrew/Makefile @@ -14,7 +14,7 @@ MAINTAINER= david@usermode.org GNU_CONFIGURE= yes -QT_VERSION?= 2 +QT_VERSION?= 3 .if ${QT_VERSION} == "3" USE_QT_VER= 3 |