diff options
author | will <will@FreeBSD.org> | 2000-11-04 19:59:36 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-11-04 19:59:36 +0800 |
commit | b46481010b2bf263497ac084142ed7862beccee6 (patch) | |
tree | 34aecf63f7ecf957b328af74c3b1aaaa48e42dd4 /x11-toolkits/qt23 | |
parent | bb2e3e0c91023a2dc3c549e871de067c7f90f91f (diff) | |
download | freebsd-ports-gnome-b46481010b2bf263497ac084142ed7862beccee6.tar.gz freebsd-ports-gnome-b46481010b2bf263497ac084142ed7862beccee6.tar.zst freebsd-ports-gnome-b46481010b2bf263497ac084142ed7862beccee6.zip |
Add GIF support by default.
Approved by: jkh
Diffstat (limited to 'x11-toolkits/qt23')
-rw-r--r-- | x11-toolkits/qt23/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 4cbd0dbbc0ff..3b638d903715 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/Makefile @@ -22,18 +22,13 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_NEWGCC= yes HAS_CONFIGURE= yes -CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm \ +CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \ -I${LOCALBASE}/include -L${LOCALBASE}/lib CONFIGURE_ENV= QTDIR=${WRKSRC} MAKE_ENV= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib CONFIG= ${WRKSRC}/configs/freebsd-g++-${STATIC} -.if defined(QT_GIF_AVAILABLE) || defined(HAVE_UNISYS_LICENSE) -CONFIGURE_ARGS+=-gif -RESTRICTED= "Requires a license from UNISYS" -.endif - .if !defined(NOPORTDOCS) .include "${.CURDIR}/files/manpages" .endif |