diff options
author | tron <tron@pkgsrc.org> | 2001-08-09 15:39:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-08-09 15:39:04 +0000 |
commit | 57e7d812566202f1f1afa2f14dddb5d18f04ca5e (patch) | |
tree | 293a72107ff530f944f7b2601083b8aa06af796e /graphics/xfig/Makefile | |
parent | 761011022809e43ebea231e3fa01c495ffba944d (diff) | |
download | pkgsrc-57e7d812566202f1f1afa2f14dddb5d18f04ca5e.tar.gz |
Include "png" buildling glue code to fix build problem.
Diffstat (limited to 'graphics/xfig/Makefile')
-rw-r--r-- | graphics/xfig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile index 1da0c64fb6a..ac48650c225 100644 --- a/graphics/xfig/Makefile +++ b/graphics/xfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/08/09 14:34:56 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2001/08/09 15:39:04 tron Exp $ # DISTNAME= xfig.3.2.3d.full @@ -44,5 +44,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/Doc/FORMAT* ${XFIGDOCDIR} .include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" .include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |