diff options
author | jlam <jlam> | 2001-06-26 18:04:59 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-26 18:04:59 +0000 |
commit | 7ae8c84db28ca9fbfbba054e4dea7b1211e7dd37 (patch) | |
tree | 2f3c75dc007eb4dda8a4a720caefdf4ed3d3a9a4 /audio | |
parent | b605caae38fcd50c8fcc8278b27a9d713bb8a2c6 (diff) | |
download | pkgsrc-7ae8c84db28ca9fbfbba054e4dea7b1211e7dd37.tar.gz |
Set LTCONFIG_OVERRIDE and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsidplay/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index cecfe75c1da..4d81cac9984 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/04/14 10:34:29 pooka Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/26 18:04:59 jlam Exp $ # DISTNAME= libsidplay-1.36.47 @@ -12,8 +12,11 @@ COMMENT= Sidplay Library CONFLICTS= sidplay-1.36.* -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_BUILDLINK_ONLY= yes + +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig .include "../../mk/bsd.pkg.mk" |