diff options
author | tron <tron@pkgsrc.org> | 2002-09-19 14:47:34 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-09-19 14:47:34 +0000 |
commit | ddc3211c82f6930dc3bc77b62a6dc66ae9d43c60 (patch) | |
tree | baeec87ea6d763d32414a52b957f53ea9122bc59 /fonts/t1lib | |
parent | 3ee274714373111a7b0b5e055a3b7ba9273fd42c (diff) | |
download | pkgsrc-ddc3211c82f6930dc3bc77b62a6dc66ae9d43c60.tar.gz |
Add "USE_X11=YES" to get run time path for X11 libraries.
Diffstat (limited to 'fonts/t1lib')
-rw-r--r-- | fonts/t1lib/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fonts/t1lib/Makefile b/fonts/t1lib/Makefile index 07fdf352fa5..f0c93605674 100644 --- a/fonts/t1lib/Makefile +++ b/fonts/t1lib/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/19 01:26:41 jlam Exp $ -# +# $NetBSD: Makefile,v 1.4 2002/09/19 14:47:34 tron Exp $ DISTNAME= t1lib-1.3.1 CATEGORIES= fonts devel graphics @@ -9,10 +8,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=libs/graphics/} \ MAINTAINER= packages@netbsd.org COMMENT= library for generating bitmaps from Adobe Type 1 fonts -USE_BUILDLINK2= # defined -USE_GMAKE= # defined -GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined +USE_BUILDLINK2= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_LIBTOOL= YES +USE_X11= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ac-tools/ltconfig ALL_TARGET= without_doc |