diff options
author | jlam <jlam> | 2001-06-18 21:32:23 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-18 21:32:23 +0000 |
commit | 8bb49be09c8d978896ed349534287863353cf669 (patch) | |
tree | 0bf0af5263c509c69990a4517f1e7d3e6d0c8fba /devel/glib/Makefile | |
parent | 85edc834949e66f053a8a986795584e8c1ede37d (diff) | |
download | pkgsrc-8bb49be09c8d978896ed349534287863353cf669.tar.gz |
Mark these packages as USE_BUILDLINK_ONLY.
Diffstat (limited to 'devel/glib/Makefile')
-rw-r--r-- | devel/glib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/glib/Makefile b/devel/glib/Makefile index 4ac60091991..d0a53721cba 100644 --- a/devel/glib/Makefile +++ b/devel/glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2001/06/18 20:33:09 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2001/06/18 21:34:02 jlam Exp $ # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp # @@ -15,6 +15,7 @@ COMMENT= Some useful routines for C programming CONFLICTS= gtk+-1.0.* +USE_BUILDINK_ONLY= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |