diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-29 19:41:14 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-29 19:41:14 +0000 |
commit | acb14427da585d6e2a5fd875322b24f40208054e (patch) | |
tree | 064cd4b49c53ef7d0afe5ef3d96892d6c9a372e9 /textproc/t1lib | |
parent | ccf664354181b07bd3a28330b26fe57c1b91b162 (diff) | |
download | pkgsrc-acb14427da585d6e2a5fd875322b24f40208054e.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc/t1lib')
-rw-r--r-- | textproc/t1lib/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/textproc/t1lib/Makefile b/textproc/t1lib/Makefile index c3fcd8b4ccd..e4144c9a2b1 100644 --- a/textproc/t1lib/Makefile +++ b/textproc/t1lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/04/02 20:07:03 zuntum Exp $ +# $NetBSD: Makefile,v 1.14 2001/06/29 19:45:30 jlam Exp $ # DISTNAME= t1lib-1.0.1 @@ -10,10 +10,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.neuroinformatik.ruhr-uni-bochum.de/ini/PEOPLE/rmz/t1lib/t1lib.html COMMENT= Library for generating bitmaps from Adobe Type 1 fonts -GNU_CONFIGURE= # defined -USE_GMAKE= # defined -USE_LIBTOOL= # defined -USE_X11BASE= # defined +USE_BUILDLINK_ONLY= # defined +GNU_CONFIGURE= # defined +USE_GMAKE= # defined +USE_LIBTOOL= # defined +USE_X11BASE= # defined WRKSRC= ${WRKDIR}/T1-1.0.1 ALL_TARGET= without_doc |