diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-01 17:10:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-01 17:10:38 +0000 |
commit | 70594b9ad6c51f93271d31467b40d2a029f3157f (patch) | |
tree | 458eac60cecefbcdf023cbea45735b924e659381 /graphics/gifsicle | |
parent | 33d44c5173636a675c5d3e23ba8fffdb1bd95fa0 (diff) | |
download | pkgsrc-70594b9ad6c51f93271d31467b40d2a029f3157f.tar.gz |
Modular Xorg support.
Diffstat (limited to 'graphics/gifsicle')
-rw-r--r-- | graphics/gifsicle/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 88bd8073f43..b041b597d18 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/16 22:46:30 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2007/02/01 17:10:38 joerg Exp $ # DISTNAME= gifsicle-1.41 @@ -12,5 +12,9 @@ COMMENT= Create, edit, and inspect GIFs from shell GNU_CONFIGURE= YES -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |