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/t1utils | |
parent | ccf664354181b07bd3a28330b26fe57c1b91b162 (diff) | |
download | pkgsrc-acb14427da585d6e2a5fd875322b24f40208054e.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'textproc/t1utils')
-rw-r--r-- | textproc/t1utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/t1utils/Makefile b/textproc/t1utils/Makefile index aaf22d89afc..c8f171aa153 100644 --- a/textproc/t1utils/Makefile +++ b/textproc/t1utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 17:37:44 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/29 19:41:14 jlam Exp $ # DISTNAME= t1utils-1.20 @@ -9,6 +9,7 @@ MAINTAINER= jonb@netbsd.org HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ COMMENT= Utility programs for dealing with Postscript Type 1 font files -GNU_CONFIGURE= YES +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES .include "../../mk/bsd.pkg.mk" |