diff options
author | jlam <jlam> | 2004-02-14 17:21:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-02-14 17:21:32 +0000 |
commit | c46da24c142eef5eab634a945d7e1d201115cb8b (patch) | |
tree | f363875d965b55b56e856a921189b2693e263e28 /audio/sweep | |
parent | 3edd1034586f43044621b6199d089c2117f97947 (diff) | |
download | pkgsrc-c46da24c142eef5eab634a945d7e1d201115cb8b.tar.gz |
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
Diffstat (limited to 'audio/sweep')
-rw-r--r-- | audio/sweep/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/sweep/Makefile b/audio/sweep/Makefile index 866ee3edadf..eea1fde93ce 100644 --- a/audio/sweep/Makefile +++ b/audio/sweep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/22 07:15:01 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/14 17:21:33 jlam Exp $ # DISTNAME= sweep-0.8.2 @@ -14,15 +14,13 @@ DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs BUILD_USES_MSGFMT= YES -GNU_CONFIGURE= YES USE_BUILDLINK2= YES +USE_LIBTOOL= YES USE_GNU_TOOLS+= make USE_PKGLOCALEDIR= YES USE_X11= YES -USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - +GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-oggtest CONFIGURE_ARGS+= --disable-vorbistest |