diff options
author | jlam <jlam> | 2001-06-12 20:33:00 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-12 20:33:00 +0000 |
commit | 5219bc3cc8b557d12cd318cf81b5452c4749021e (patch) | |
tree | 154e7feac1d9bd8853bbdc9b7ffa45c13b83f32f /audio/id3ed/Makefile | |
parent | 922b2021ce419c500817dc9b7bec08dac0dbbfa2 (diff) | |
download | pkgsrc-5219bc3cc8b557d12cd318cf81b5452c4749021e.tar.gz |
LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
Diffstat (limited to 'audio/id3ed/Makefile')
-rw-r--r-- | audio/id3ed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/id3ed/Makefile b/audio/id3ed/Makefile index da9a5e684bb..92385811065 100644 --- a/audio/id3ed/Makefile +++ b/audio/id3ed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/06/11 02:05:07 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2001/06/12 20:33:00 jlam Exp $ # DISTNAME= id3ed-1.10.2 @@ -16,7 +16,6 @@ USE_GNU_READLINE= # uses rl_startup_hook .include "../../devel/readline/buildlink.mk" -CONFIGURE_ENV+= LIBS="${LIBS}" LIBS+= ${LDFLAGS} post-extract: |