diff options
Diffstat (limited to 'fonts/intlfonts/Makefile')
-rw-r--r-- | fonts/intlfonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 49dd90b5105..c87ac07a13a 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/07/28 15:07:37 tron Exp $ +# $NetBSD: Makefile,v 1.19 2005/06/01 18:02:49 jlam Exp $ DISTNAME= intlfonts-1.2.1 PKGREVISION= 2 @@ -50,6 +50,8 @@ CONFIGURE_ARGS+=--with-fontdir=${PREFIX}/lib/X11/fonts/intlfonts \ FONT_SETS+= ${EXTRA_FONTS} PLIST_SRC= ${WRKDIR}/PLIST +.include "../../mk/x11.buildlink3.mk" + # the order may look strange, but we need to make "@dirrm" the last item. post-patch: ${CAT} ${PKGDIR}/PLIST.extrafonts ${PKGDIR}/PLIST > ${PLIST_SRC} |