diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-18 21:32:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-18 21:32:23 +0000 |
commit | ad98a7645b5978e3345440597d5a7bdbea2613f6 (patch) | |
tree | 0bf0af5263c509c69990a4517f1e7d3e6d0c8fba /x11/gtk | |
parent | b642e040c70563dfafaa507eff07665f76d4105d (diff) | |
download | pkgsrc-ad98a7645b5978e3345440597d5a7bdbea2613f6.tar.gz |
Mark these packages as USE_BUILDLINK_ONLY.
Diffstat (limited to 'x11/gtk')
-rw-r--r-- | x11/gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 50450ab1208..c1f8e68827a 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2001/06/18 20:49:02 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2001/06/18 21:34:02 jlam Exp $ DISTNAME= gtk+-1.2.10 CATEGORIES= x11 @@ -14,6 +14,7 @@ COMMENT= Gimp toolkit. Libraries for building X11 user interfaces BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 BUILD_USES_MSGFMT= yes +USE_BUILDLINK_ONLY= yes #USE_LIBINTL= yes USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |