diff options
author | garbled <garbled> | 1998-09-14 20:19:59 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-09-14 20:19:59 +0000 |
commit | 73048940e6c5a801bb6c3953894a1b8488366ebc (patch) | |
tree | d69e1f534574b670e349ac25d281b4c3e745682c /graphics/giflib/Makefile | |
parent | 3ca41e1bddc30deffbd36e063bfdf4c6fcf28cca (diff) | |
download | pkgsrc-73048940e6c5a801bb6c3953894a1b8488366ebc.tar.gz |
Add USE_X11 (look at the code if you disagree, then come back to me)
Add -lX11 flags to the util Makefile to make this thing build.. How it
builds/runs on a.out is beyond me.. ELF seems to be a little more sane
in this respect.
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 7faf9cba36b..fc2b0072489 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1998/08/20 15:17:00 tsarna Exp $ +# $NetBSD: Makefile,v 1.13 1998/09/14 20:19:59 garbled Exp $ # FreeBSD Id: Makefile,v 1.2 1997/09/24 06:55:01 tg Exp # @@ -10,6 +10,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.ccil.org/~esr/giflib/ USE_LIBTOOL= yes +USE_X11= yes post-install: @${MKDIR} ${PREFIX}/share/doc/giflib |