summaryrefslogtreecommitdiff
path: root/x11-toolkits/qt33
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-10-29 05:38:04 +0000
committerWill Andrews <will@FreeBSD.org>2000-10-29 05:38:04 +0000
commit91cbc6e660bbde5209c1ec5cd825fcaabb9afdac (patch)
tree1bf5faf1d3830e88fb43fdad3ae76b0429ec97a0 /x11-toolkits/qt33
parentAdd base64 0.1, a simple program to convert binary files to base64. (diff)
Sigh.. fix another bogon.. and take a logic class.
Submitted by: Andrzej Tobola <san@tmp.iem.pw.edu.pl>
Notes
Notes: svn path=/head/; revision=34386
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r--x11-toolkits/qt33/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 5c78272563ac..ca8a9225d376 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -48,7 +48,7 @@ INSTALLS_SHLIB=yes
.endif
pre-fetch:
-.if !defined(QT_GIF_AVAILABLE) || !defined(HAVE_UNISYS_LICENSE)
+.if !defined(QT_GIF_AVAILABLE) && !defined(HAVE_UNISYS_LICENSE)
@${ECHO}
@${ECHO} "GIF support is disabled in QT by default due to the"
@${ECHO} "restrictive license on LZW compression owned by Unisys."