diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-22 00:14:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-22 00:14:06 +0000 |
commit | 2cb588bce67f19333fa7cb23ee88a512da7bcb0c (patch) | |
tree | 81ec31604242708c0a26edb6ae47e164fae1c449 /graphics/gifsicle | |
parent | b2537b8c72d664f65d27aef0de0ff18652629bda (diff) | |
download | pkgsrc-2cb588bce67f19333fa7cb23ee88a512da7bcb0c.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 6e479f3709c..db33a93eb32 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/08/29 22:41:17 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/09/22 00:18:56 jlam Exp $ # DISTNAME= gifsicle-1.29 @@ -9,8 +9,8 @@ MAINTAINER= ben@wongs.net HOMEPAGE= http://www.lcdf.org/~eddietwo/gifsicle/ COMMENT= create, edit, and inspect GIFs from shell +USE_BUILDLINK2= YES +USE_X11= YES GNU_CONFIGURE= YES -USE_BUILDLINK_ONLY= YES -.include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |