diff options
author | jlam <jlam> | 2001-06-29 19:41:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-29 19:41:14 +0000 |
commit | 562d5c009ec90c352bbc2d0d254de2b04b74e6c5 (patch) | |
tree | 064cd4b49c53ef7d0afe5ef3d96892d6c9a372e9 | |
parent | 8b76a9c1bc91836c0828f5b864e2c17316d30e51 (diff) | |
download | pkgsrc-562d5c009ec90c352bbc2d0d254de2b04b74e6c5.tar.gz |
Mark as USE_BUILDLINK_ONLY.
-rw-r--r-- | textproc/t1lib/Makefile | 11 | ||||
-rw-r--r-- | textproc/t1utils/Makefile | 5 |
2 files changed, 9 insertions, 7 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 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" |