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 | 19a44f5ef58439396928aa173c8d3a627951a443 (patch) | |
tree | 7163e9bbb27c9f6972f2ca944dd736527ab3965f /fonts | |
parent | b8287a293c91a6dddabe4e275c6dd532cbe18f84 (diff) | |
download | pkgsrc-19a44f5ef58439396928aa173c8d3a627951a443.tar.gz |
Doesn't actually need pkg-config.
Diffstat (limited to 'fonts')
-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 |