aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt31
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-09 03:08:06 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-09 03:08:06 +0000
commitc68d808762ca82b3a738c70dd8859d99fcc40f6f (patch)
tree3bda7ffe5f4a50460627c0a6fcfa39a977123aa0 /x11-toolkits/qt31
parentf47f287820ec5b45a3cbc0e495175386ed871385 (diff)
downloadports-c68d808762ca82b3a738c70dd8859d99fcc40f6f.tar.gz
ports-c68d808762ca82b3a738c70dd8859d99fcc40f6f.zip
Notes
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r--x11-toolkits/qt31/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile
index 29563a4f283a..946091f6c57b 100644
--- a/x11-toolkits/qt31/Makefile
+++ b/x11-toolkits/qt31/Makefile
@@ -30,7 +30,7 @@ MAKE_ENV= QTDIR=${WRKSRC}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CONFIG= ${WRKSRC}/configs/freebsd-g++-shared
-.if defined(QT_GIF_AVAILABLE)
+.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE)
CONFIGURE_ARGS+=-gif
RESTRICTED= 'Requires a license from UNISYS'
.endif