diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 21:27:57 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 21:27:57 +0000 |
commit | 8fe21bad136539486746a679600af49963ee24aa (patch) | |
tree | 5e9209462da3e489092ba0d23e2fcf8a1c3b1505 | |
parent | b38f96ef555353122c36a55765ddce17618ecf63 (diff) | |
download | pkgsrc-8fe21bad136539486746a679600af49963ee24aa.tar.gz |
Mark as USE_BUILDLINK_ONLY.
-rw-r--r-- | devel/pth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index dfe9d919fe4..46aea89f896 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2001/04/05 12:16:23 rh Exp $ +# $NetBSD: Makefile,v 1.35 2001/06/19 21:27:57 jlam Exp $ # DISTNAME= pth-1.4.0 @@ -11,6 +11,7 @@ COMMENT= GNU Portable Thread library CONFLICTS= pth-current-* +USE_BUILDLINK_ONLY= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= YES |