diff options
author | kei <kei@pkgsrc.org> | 2003-07-17 13:59:38 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2003-07-17 13:59:38 +0000 |
commit | f821d1a74629e49b24e0b88cf0ee09556e74ef5d (patch) | |
tree | ea54c9320b60ce9ef5c95a48648e0976a651837e /fonts | |
parent | ef6c97666f4eb58b3341975215a91e344a774256 (diff) | |
download | pkgsrc-f821d1a74629e49b24e0b88cf0ee09556e74ef5d.tar.gz |
forgot to commit the workaround unneeded any more.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/intlfonts/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/intlfonts/Makefile b/fonts/intlfonts/Makefile index 64f397bb9aa..7cbdba84e18 100644 --- a/fonts/intlfonts/Makefile +++ b/fonts/intlfonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 13:47:32 kei Exp $ +# $NetBSD: Makefile,v 1.15 2003/07/17 13:59:38 kei Exp $ DISTNAME= intlfonts-1.2.1 CATEGORIES= fonts x11 @@ -39,8 +39,6 @@ DIST_SUBDIR= ${PKGNAME_NOREV} EXTRACT_ONLY= ${FONT_SETS:S/$/${EXTRACT_SUFX}/} USE_X11BASE= yes -WRKSRC= ${WRKDIR}/intlfonts-1.2 - GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-fontdir=${PREFIX}/lib/X11/fonts/intlfonts \ --enable-compress=gzip |