diff options
author | pat <pat@FreeBSD.org> | 2002-08-06 05:45:04 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-08-06 05:45:04 +0800 |
commit | c43cc2117742d257bad668d95d3b3998740b231e (patch) | |
tree | ffb4f59d651809ceaa9ce3404938379938702d34 /misc/qbrew/Makefile | |
parent | 1f58d4384f813e98cae157c1bf454cfa72342fb5 (diff) | |
download | freebsd-ports-gnome-c43cc2117742d257bad668d95d3b3998740b231e.tar.gz freebsd-ports-gnome-c43cc2117742d257bad668d95d3b3998740b231e.tar.zst freebsd-ports-gnome-c43cc2117742d257bad668d95d3b3998740b231e.zip |
Build with qt30 by default
PR: ports/41298
Submitted by: maintainer
Diffstat (limited to 'misc/qbrew/Makefile')
-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 |