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 | 5ca2a5e3a4adcb01b48e78d41c4c43ce2455115b (diff) | |
download | ports-e231b42d6a44648134cfd6e9d1b11b2f4727b608.tar.gz ports-e231b42d6a44648134cfd6e9d1b11b2f4727b608.zip |
Notes
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 |