diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-24 00:25:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-24 00:25:41 +0000 |
commit | bd625d71027e1be5f5b720ab4265077241eb8348 (patch) | |
tree | 92d8537c5c62b41ad8b101528e61e371ad656b38 | |
parent | 2db8b6ce5998a6e9ddf1c7b365b148f66e89872a (diff) | |
download | pkgsrc-bd625d71027e1be5f5b720ab4265077241eb8348.tar.gz |
Convert to bl3. Remove some cruft.
-rw-r--r-- | graphics/giflib/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 0f7a51ad562..23d4392fd98 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2003/07/17 21:40:49 grant Exp $ +# $NetBSD: Makefile,v 1.37 2004/04/24 00:25:41 wiz Exp $ # DISTNAME= giflib-4.1.0 @@ -11,19 +11,14 @@ COMMENT= Tools and library routines for working with GIF images CONFLICTS= libungif-[0-9]* -USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig - GNU_CONFIGURE= # defined CONFIGURE_ARGS= --without-x - -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined +USE_LIBTOOL= # defined DOCDIR= ${PREFIX}/share/doc/giflib HTMLDIR= ${PREFIX}/share/doc/html/giflib -.include "../../mk/bsd.prefs.mk" - post-patch: ${RM} ${WRKSRC}/doc/gif2x11.html |