diff options
Diffstat (limited to 'graphics/libungif')
-rw-r--r-- | graphics/libungif/Makefile | 4 |
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" |