diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-18 11:12:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2012-02-18 11:12:45 +0000 |
commit | e2c4065fa04a45c4091d7647832ec05104a88845 (patch) | |
tree | 12583c9f4122e1324b91f2494607cf634bc3078a /graphics/show/files/Makefile | |
parent | 437543d29670a87c8f74e6840424dc9f8a99507c (diff) |
- build with giflib
Notes
Notes:
svn path=/head/; revision=291670
Diffstat (limited to 'graphics/show/files/Makefile')
-rw-r--r-- | graphics/show/files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/show/files/Makefile b/graphics/show/files/Makefile index 635fe654c248..5740d210e151 100644 --- a/graphics/show/files/Makefile +++ b/graphics/show/files/Makefile @@ -5,7 +5,7 @@ CFLAGS ?= -g -O2 -Wall XROOT = ${LOCALBASE} LROOT = ${LOCALBASE} INCLUDES = -I$(XROOT)/include -I$(LROOT)/include -LIBS = -lX11 -lXext -ljpeg -lpng -ltiff -lz -lungif -lm -lImlib +LIBS = -lX11 -lXext -ljpeg -lpng -ltiff -lz -lgif -lm -lImlib LDPATH = -L$(XROOT)/lib -L$(LROOT)/lib PROG = show |