diff options
author | asami <asami@FreeBSD.org> | 1999-02-12 10:55:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-12 10:55:58 +0800 |
commit | c1f499fff00e1aeb8d2d72cc726851222ce47b9e (patch) | |
tree | ae4248c7e0e606d11387b2d5003c452303a42e4b /graphics/gifsicle | |
parent | 22f4d3c2fc486081c70d5950e3a9101d189d1269 (diff) | |
download | freebsd-ports-gnome-c1f499fff00e1aeb8d2d72cc726851222ce47b9e.tar.gz freebsd-ports-gnome-c1f499fff00e1aeb8d2d72cc726851222ce47b9e.tar.zst freebsd-ports-gnome-c1f499fff00e1aeb8d2d72cc726851222ce47b9e.zip |
This port needs USE_XLIB.
Diffstat (limited to 'graphics/gifsicle')
-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 ced00f4fb423..999c44a5bca2 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) |