diff options
author | joerg <joerg@pkgsrc.org> | 2013-08-13 10:20:47 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-08-13 10:20:47 +0000 |
commit | 75a4d0e554639eb8977e45b4b944921f8594a9a2 (patch) | |
tree | 10166ad580f79c3c48f090668cda45a9314946ef /graphics/giflib/Makefile | |
parent | 7b35a11cc05bb75798a2d796b456d271595c705d (diff) | |
download | pkgsrc-75a4d0e554639eb8977e45b4b944921f8594a9a2.tar.gz |
Add missing include to make gif_lib.h self-contained.
Diffstat (limited to 'graphics/giflib/Makefile')
-rw-r--r-- | graphics/giflib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index 0b11c03f0ff..92eefef4943 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.46 2013/07/05 13:23:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.47 2013/08/13 10:20:47 joerg Exp $ # .include "${.CURDIR}/Makefile.common" COMMENT= GIF image format library +PKGREVISION= 1 CONFLICTS+= libungif-[0-9]* |