diff options
author | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-15 22:02:26 +0000 |
commit | d30eb875816456abc7e5be617dcc8b35e38dea4e (patch) | |
tree | 1aa735e6251ac272d7198f63944989a6aed07e6c /fonts/biznet-iso8859_2 | |
parent | d703b691caa570ce0f4bb08be4e084d9bd4c6d99 (diff) | |
download | pkgsrc-d30eb875816456abc7e5be617dcc8b35e38dea4e.tar.gz |
Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
Diffstat (limited to 'fonts/biznet-iso8859_2')
-rw-r--r-- | fonts/biznet-iso8859_2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/biznet-iso8859_2/Makefile b/fonts/biznet-iso8859_2/Makefile index fa0fab14892..9dadb3708fd 100644 --- a/fonts/biznet-iso8859_2/Makefile +++ b/fonts/biznet-iso8859_2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:47:07 martti Exp $ +# $NetBSD: Makefile,v 1.5 2005/05/15 22:02:26 jlam Exp $ # DISTNAME= ISO8859-2-pcf @@ -14,6 +14,8 @@ USE_X11BASE= YES NO_CONFIGURE= YES NO_BUILD= YES +PKGSRC_USE_TOOLS+= gzip + FONTDIR= ${PREFIX}/lib/X11/fonts/biznet OWN_DIRS= ${FONTDIR} FONTS_X11_DIRS= ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc |