diff options
author | asami <asami@FreeBSD.org> | 1999-02-12 02:55:58 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-12 02:55:58 +0000 |
commit | c1f499fff00e1aeb8d2d72cc726851222ce47b9e (patch) | |
tree | ae4248c7e0e606d11387b2d5003c452303a42e4b | |
parent | 22f4d3c2fc486081c70d5950e3a9101d189d1269 (diff) | |
download | FreeBSD-ports-c1f499fff00e1aeb8d2d72cc726851222ce47b9e.zip FreeBSD-ports-c1f499fff00e1aeb8d2d72cc726851222ce47b9e.tar.gz |
This port needs USE_XLIB.
-rw-r--r-- | graphics/gifsicle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index ced00f4..999c44a 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -3,7 +3,7 @@ # Date created: 19 December 1998 # Whom: Brad Hendrickse <bradh@iafrica.com> # -# $Id: Makefile,v 1.2 1998/12/23 01:35:36 steve Exp $ +# $Id: Makefile,v 1.3 1999/02/12 02:22:10 flathill Exp $ # DISTNAME= gifsicle-1.11.1 @@ -16,6 +16,7 @@ MAINTAINER= bradh@iafrica.com MAN1= gifsicle.1 GNU_CONFIGURE= yes +USE_XLIB= yes post-install: .if !defined(NOPORTDOCS) |