diff options
author | Will Andrews <will@FreeBSD.org> | 2000-11-04 11:59:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-11-04 11:59:36 +0000 |
commit | 8658e1eacd6af9ab2b4aa7bc8272a4ff3c982f4f (patch) | |
tree | 05ac71dc60c501c3c271b3c50e90f3b5644674a0 /x11-toolkits/qt31 | |
parent | This is the official index file for 4.2R. The package build just (diff) |
Add GIF support by default.
Approved by: jkh
Notes
Notes:
svn path=/head/; revision=34801
Diffstat (limited to 'x11-toolkits/qt31')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 4cbd0dbbc0ff..3b638d903715 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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 |