diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-29 05:38:04 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-29 05:38:04 +0000 |
commit | 91cbc6e660bbde5209c1ec5cd825fcaabb9afdac (patch) | |
tree | 1bf5faf1d3830e88fb43fdad3ae76b0429ec97a0 | |
parent | 222463fbbae4861ce6d7961ab660b22d96163e69 (diff) | |
download | ports-91cbc6e660bbde5209c1ec5cd825fcaabb9afdac.tar.gz ports-91cbc6e660bbde5209c1ec5cd825fcaabb9afdac.zip |
Notes
-rw-r--r-- | x11-toolkits/qt22/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt23/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt30/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-toolkits/qt22/Makefile b/x11-toolkits/qt22/Makefile index 5c78272563ac..ca8a9225d376 100644 --- a/x11-toolkits/qt22/Makefile +++ b/x11-toolkits/qt22/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." diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 5c78272563ac..ca8a9225d376 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/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." diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile index 5c78272563ac..ca8a9225d376 100644 --- a/x11-toolkits/qt30/Makefile +++ b/x11-toolkits/qt30/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." diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 5c78272563ac..ca8a9225d376 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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." diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 5c78272563ac..ca8a9225d376 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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." 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." |