diff options
Diffstat (limited to 'graphics/tgif/Makefile')
-rw-r--r-- | graphics/tgif/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tgif/Makefile b/graphics/tgif/Makefile index 24830834a2a..4589756b9e8 100644 --- a/graphics/tgif/Makefile +++ b/graphics/tgif/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2001/08/22 17:38:58 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2001/10/17 12:47:19 dmcmahill Exp $ # -DISTNAME= tgif-4.1.40 -PKGNAME= tgif-4.1.40nb3 +DISTNAME= tgif-4.1.41 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.cs.umd.edu/pub/tgif/ \ ftp://ftp.cs.ucla.edu/pub/tgif/ @@ -18,5 +17,6 @@ post-patch:: @${RM} -f ${WRKSRC}/Tgif.tmpl @${CP} ${WRKSRC}/Tgif.tmpl-netbsd ${WRKSRC}/Tgif.tmpl +.include "../../devel/pth/buildlink.mk" .include "../../graphics/jpeg/buildlink.mk" .include "../../mk/bsd.pkg.mk" |