summaryrefslogtreecommitdiff
path: root/graphics/libungif
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-28 01:59:35 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-28 01:59:35 +0000
commit5805b60f1e966fbca323954b086c87e9297ca032 (patch)
tree1c49c3dcfcbd07418d11f102604605b8a0481a7d /graphics/libungif
parentMark this broken for 3.0: (diff)
Add USE_XLIB.
Notes
Notes: svn path=/head/; revision=14929
Diffstat (limited to 'graphics/libungif')
-rw-r--r--graphics/libungif/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile
index c05f731377fb..1ee3e0cbe15b 100644
--- a/graphics/libungif/Makefile
+++ b/graphics/libungif/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"