diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 01:59:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-28 01:59:35 +0000 |
commit | 5805b60f1e966fbca323954b086c87e9297ca032 (patch) | |
tree | 1c49c3dcfcbd07418d11f102604605b8a0481a7d /graphics/giflib | |
parent | d81b73244453ec9e0d434d30112e0646631cd07b (diff) | |
download | ports-5805b60f1e966fbca323954b086c87e9297ca032.tar.gz ports-5805b60f1e966fbca323954b086c87e9297ca032.zip |
Notes
Diffstat (limited to 'graphics/giflib')
-rw-r--r-- | graphics/giflib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/giflib/Makefile b/graphics/giflib/Makefile index c05f731377fb..1ee3e0cbe15b 100644 --- a/graphics/giflib/Makefile +++ b/graphics/giflib/Makefile @@ -3,7 +3,7 @@ # Date created: 03 May 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.4 1998/11/11 05:37:18 asami Exp $ +# $Id: Makefile,v 1.5 1998/11/20 08:50:51 tg Exp $ # DISTNAME= giflib-3.0 @@ -12,6 +12,8 @@ MASTER_SITES= http://earthspace.net/~esr/giflib/ MAINTAINER= tg@FreeBSD.ORG +USE_XLIB= yes + .include <bsd.port.pre.mk> .if ${PORTOBJFORMAT} == "elf" |