diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-19 04:32:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-19 04:32:29 +0000 |
commit | caed2a1d792f2c8a4931883022664b80aa6c6254 (patch) | |
tree | 8afe4a736c907ed3aaa5a07ebe26ad1d0da5515b /graphics/imlib | |
parent | 263cd7fd21793be073dbe12c24a5042f2893923d (diff) | |
download | pkgsrc-caed2a1d792f2c8a4931883022664b80aa6c6254.tar.gz |
Mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'graphics/imlib')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 9db6be7cf85..7e0da066eeb 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2001/06/16 19:57:12 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2001/06/19 04:32:29 jlam Exp $ # DISTNAME= imlib-1.9.8.1 @@ -18,6 +18,8 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes PLIST_SUBST+= LOCALBASE=${LOCALBASE} USE_GMAKE= yes + +USE_BUILDLINK_ONLY= yes USE_CONFIG_WRAPPER= yes .include "../../mk/bsd.prefs.mk" |