diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-15 11:12:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-15 11:12:15 +0000 |
commit | 52686e0ac4e996e8f68b849f089dcd079259a418 (patch) | |
tree | db8e32856b00313a87b4c8e5e1c5cb89d1dbab20 /fonts | |
parent | b672f2fe0bd35dfa08487673d11b0969a23b6335 (diff) | |
download | pkgsrc-52686e0ac4e996e8f68b849f089dcd079259a418.tar.gz |
...and doesn't need gmake either.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/font-adobe-utopia-type1/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fonts/font-adobe-utopia-type1/Makefile b/fonts/font-adobe-utopia-type1/Makefile index 3397b56364e..e0ecba3169f 100644 --- a/fonts/font-adobe-utopia-type1/Makefile +++ b/fonts/font-adobe-utopia-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/11/15 11:09:15 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2006/11/15 11:12:15 joerg Exp $ # DISTNAME= font-adobe-utopia-type1-1.0.1 @@ -13,7 +13,6 @@ COMMENT= Adobe Utopia Type1 fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 |