diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-15 11:09:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-15 11:09:15 +0000 |
commit | b672f2fe0bd35dfa08487673d11b0969a23b6335 (patch) | |
tree | 7163e9bbb27c9f6972f2ca944dd736527ab3965f | |
parent | b4f0958fc97cc3eb49312b4379d423a503dfdf41 (diff) | |
download | pkgsrc-b672f2fe0bd35dfa08487673d11b0969a23b6335.tar.gz |
Doesn't actually need pkg-config.
-rw-r--r-- | fonts/font-adobe-utopia-type1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/font-adobe-utopia-type1/Makefile b/fonts/font-adobe-utopia-type1/Makefile index cd6af970f3b..3397b56364e 100644 --- a/fonts/font-adobe-utopia-type1/Makefile +++ b/fonts/font-adobe-utopia-type1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/15 10:42:07 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/15 11:09:15 joerg Exp $ # DISTNAME= font-adobe-utopia-type1-1.0.1 @@ -13,7 +13,7 @@ COMMENT= Adobe Utopia Type1 fonts PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake FONTS_DIRS.type1= lib/X11/fonts/Type1 FONTS_DIRS.x11= lib/X11/fonts/Type1 |